Skip to content

Commit 185e9d1

Browse files
authored
Refactor: Fixed pre-commit stylistic issues.
1 parent fcb7832 commit 185e9d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

joint_trajectory_controller/include/joint_trajectory_controller/interpolation_methods.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ const InterpolationMethod DEFAULT_INTERPOLATION = InterpolationMethod::VARIABLE_
126126
LOGGER,
127127
"Unknown interpolation method parameter '%s' was given. Using the default: "
128128
"DEFAULT_INTERPOLATION (%s).",
129-
interpolation_method.c_str(),
130-
to_string(DEFAULT_INTERPOLATION).c_str());
129+
interpolation_method.c_str(), to_string(DEFAULT_INTERPOLATION).c_str());
131130
return DEFAULT_INTERPOLATION;
132131
}
133132
}

0 commit comments

Comments
 (0)