Skip to content

Commit 3fbb45a

Browse files
committed
fix formatting
1 parent 3fa966f commit 3fbb45a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

behaviortree_ros2/include/behaviortree_ros2/bt_action_node.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ inline NodeStatus RosActionNode<T>::tick()
364364

365365
if(!client_instance_)
366366
{
367-
throw BT::RuntimeError("RosActionNode: no client was specified, neither as default nor "
368-
"in the ports");
367+
throw BT::RuntimeError("RosActionNode: no client was specified, neither as default "
368+
"nor in the ports");
369369
}
370370

371371
auto& action_client = client_instance_->action_client;

0 commit comments

Comments
 (0)