Skip to content

Commit

Permalink
Fix uncrustify failure
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Apr 24, 2024
1 parent 1a807cd commit 1799025
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ros_gz_bridge/src/factory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ class Factory : public FactoryInterface
{
std::function<void(const GZ_T &,
const gz::transport::MessageInfo &)> subCb =
[this, ros_pub](const GZ_T & _msg,
const gz::transport::MessageInfo & _info)
[this, ros_pub](const GZ_T & _msg, const gz::transport::MessageInfo & _info)
{
// Ignore messages that are published from this bridge.
if (!_info.IntraProcess()) {
Expand Down

0 comments on commit 1799025

Please sign in to comment.