Skip to content

Commit

Permalink
Apply code format
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jan 15, 2024
1 parent 2a12473 commit 22c113c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ controller_interface::return_type JointTrajectoryController::update(
else if (!within_goal_time)
{
const std::string error_string = "Aborted due goal_time_tolerance exceeding by " +
std::to_string(time_difference) + " seconds";
std::to_string(time_difference) + " seconds";

auto result = std::make_shared<FollowJTrajAction::Result>();
result->set__error_code(FollowJTrajAction::Result::GOAL_TOLERANCE_VIOLATED);
Expand Down

0 comments on commit 22c113c

Please sign in to comment.