Skip to content

Commit

Permalink
lint: remove tab (ros-navigation#4341)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Wake <michael.wake@aosgrp.com.au>
  • Loading branch information
aosmw authored and ewak committed Feb 11, 2025
1 parent 37e811f commit 3c04106
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ void BtActionServer<ActionT>::executeCallback()
break;

case nav2_behavior_tree::BtStatus::FAILED:
action_server_->terminate_current(result);
action_server_->terminate_current(result);
RCLCPP_ERROR(logger_, "Goal failed error_code:%d error_msg:'%s'", result->error_code,
result->error_msg.c_str());
break;
Expand Down

0 comments on commit 3c04106

Please sign in to comment.