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 committed Oct 4, 2024
1 parent f76ec0a commit 47a8538
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 47a8538

Please sign in to comment.