Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Mar 11, 2024
1 parent dc9b8cf commit a5da243
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ class PublishedTimePublisher
void ensure_publisher_exists(const rmw_gid_t & gid_key, const std::string & topic_name)
{
if (publishers_.find(gid_key) == publishers_.end()) {
publishers_[gid_key] = node_->create_publisher<PublishedTime>(topic_name + publisher_topic_suffix_, qos_);
publishers_[gid_key] =
node_->create_publisher<PublishedTime>(topic_name + publisher_topic_suffix_, qos_);
}
}

Expand Down

0 comments on commit a5da243

Please sign in to comment.