Skip to content

Commit ed8f20d

Browse files
authored
remove extra whitespace
1 parent b2902ad commit ed8f20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

joint_trajectory_controller/src/joint_trajectory_controller.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ controller_interface::CallbackReturn JointTrajectoryController::on_activate(
10091009
{
10101010
// deactivate timeout
10111011
RCLCPP_WARN(
1012-
get_node()->get_logger(),
1012+
get_node()->get_logger(),
10131013
"Command timeout must be higher than goal_time tolerance (%f vs. %f)",
10141014
params_.cmd_timeout, default_tolerances_.goal_time_tolerance);
10151015
cmd_timeout_ = 0.0;

0 commit comments

Comments
 (0)