Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar committed Jul 4, 2023
1 parent 505743a commit 9eb95d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controller_manager/test/test_controller_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -362,4 +362,5 @@ TEST_P(TestControllerManagerWithUpdateRates, per_controller_equal_and_higher_upd
}

INSTANTIATE_TEST_SUITE_P(
per_controller_equal_and_higher_update_rate, TestControllerManagerWithUpdateRates, testing::Values(100, 232, 400));
per_controller_equal_and_higher_update_rate, TestControllerManagerWithUpdateRates,
testing::Values(100, 232, 400));

0 comments on commit 9eb95d0

Please sign in to comment.