Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Clang Robot committed Nov 11, 2023
1 parent 95120c6 commit efe878a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion motion/thruster_interface/src/thruster_interface_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ void ThrusterInterfaceROS::thrust_callback(
int main(int argc, char *argv[]) {
rclcpp::init(argc, argv);
auto thruster_interface_node = std::make_shared<ThrusterInterfaceROS>();
RCLCPP_INFO(thruster_interface_node->get_logger(), "Starting thruster_interface_node");
RCLCPP_INFO(thruster_interface_node->get_logger(),
"Starting thruster_interface_node");
rclcpp::spin(thruster_interface_node);
rclcpp::shutdown();
return 0;
Expand Down

0 comments on commit efe878a

Please sign in to comment.