Skip to content

Commit

Permalink
Update src/NodeOptions.cc
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
  • Loading branch information
ahcorde authored Feb 24, 2025
1 parent a91d48d commit f147072
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/NodeOptions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ bool NodeOptions::AddTopicRemap(const std::string &_fromTopic,
}
}

// Sanity check: Make sure that the original topic hasn't been remapped already
// Sanity check: Make sure that the original topic hasn't been remapped
// already
if (this->dataPtr->topicsRemap.find(_fromTopic) !=
this->dataPtr->topicsRemap.end())
{
Expand Down

0 comments on commit f147072

Please sign in to comment.