Skip to content

Commit 8f2257b

Browse files
committed
Add pre-commit fixes
1 parent f5f4c0d commit 8f2257b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

joint_trajectory_controller/include/joint_trajectory_controller/interpolation_methods.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ const std::unordered_map<std::string, InterpolationMethod> InterpolationMethodMa
8080
*
8181
* \returns The corresponding InterpolationMethod.
8282
*
83-
* \note If interpolation_method does not have any corresponding InterpolationMethod (i.e., "Unknown"),
84-
* It defaults to `InterpolationMethod::VARIABLE_DEGREE_SPLINE`.
83+
* \note If interpolation_method does not have any corresponding InterpolationMethod (i.e.,
84+
* "Unknown"), It defaults to `InterpolationMethod::VARIABLE_DEGREE_SPLINE`.
8585
*/
8686
[[nodiscard]] inline InterpolationMethod from_string(const std::string & interpolation_method)
8787
{

0 commit comments

Comments
 (0)