Skip to content

Commit 446f8ed

Browse files
Apply code format
1 parent b37a001 commit 446f8ed

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
@@ -369,7 +369,7 @@ controller_interface::return_type JointTrajectoryController::update(
369369
else if (!within_goal_time)
370370
{
371371
const std::string error_string = "Aborted due goal_time_tolerance exceeding by " +
372-
std::to_string(time_difference) + " seconds";
372+
std::to_string(time_difference) + " seconds";
373373

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

0 commit comments

Comments
 (0)