Skip to content

Commit

Permalink
FIx format
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 22, 2023
1 parent df699c0 commit fba33dd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,9 @@ TEST_P(TrajectoryControllerTestParameterized, invalid_message)
/**
* @brief Test invalid velocity at trajectory end with parameter set to false
*/
TEST_P(TrajectoryControllerTestParameterized, expect_invalid_when_message_with_nonzero_end_velocity_and_when_param_false)
TEST_P(
TrajectoryControllerTestParameterized,
expect_invalid_when_message_with_nonzero_end_velocity_and_when_param_false)
{
rclcpp::Parameter nonzero_vel_parameters("allow_nonzero_velocity_at_trajectory_end", false);
rclcpp::executors::SingleThreadedExecutor executor;
Expand Down

0 comments on commit fba33dd

Please sign in to comment.