Skip to content

Commit

Permalink
Fix spacing lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotochleb committed Mar 18, 2024
1 parent 1b8dbcd commit a539d6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ros_gz_bridge/src/ros_gz_bridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,12 @@ void RosGzBridge::spin()
}
}
}

for (auto & bridge : handles_) {
bridge->Spin();
}
}

void RosGzBridge::add_bridge(const BridgeConfig & config)
{
bool gz_to_ros = false;
Expand Down

0 comments on commit a539d6c

Please sign in to comment.