Skip to content

Commit c121b99

Browse files
Apply code format
1 parent 191afa5 commit c121b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

joint_trajectory_controller/src/joint_trajectory_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ controller_interface::return_type JointTrajectoryController::update(
374374
else if (!within_goal_time)
375375
{
376376
const std::string error_string = "Aborted due goal_time_tolerance exceeding by " +
377-
std::to_string(time_difference) + " seconds";
377+
std::to_string(time_difference) + " seconds";
378378

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

0 commit comments

Comments
 (0)