Skip to content

Commit 27c2099

Browse files
committed
Code formatting
1 parent 8c52f83 commit 27c2099

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nav2_behavior_tree/include/nav2_behavior_tree/bt_action_server_impl.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ bool BtActionServer<ActionT>::on_configure()
8888
// Use suffix '_rclcpp_node' to keep parameter file consistency #1773
8989
auto options = rclcpp::NodeOptions().arguments(
9090
{"--ros-args",
91-
"-r", std::string("__node:=") + std::string(node->get_name()) + client_node_name + "_rclcpp_node",
92-
"--"});
91+
"-r",
92+
std::string("__node:=") + std::string(node->get_name()) + client_node_name + "_rclcpp_node",
93+
"--"});
9394

9495
// Support for handling the topic-based goal pose from rviz
9596
client_node_ = std::make_shared<rclcpp::Node>("_", options);

0 commit comments

Comments
 (0)