Skip to content

Commit 3002cbe

Browse files
authored
apply pre-commit changes (#2160)
1 parent 7fba025 commit 3002cbe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

controller_manager/test/test_spawner_unspawner.cpp

+4-3
Original file line numberDiff line numberDiff line change
@@ -812,9 +812,10 @@ TEST_F(TestLoadController, test_spawner_parsed_controller_ros_args)
812812

813813
// Now test the remapping of the service name with the controller_ros_args
814814
EXPECT_EQ(
815-
call_spawner("ctrl_2 -c test_controller_manager --controller-ros-args '-r "
816-
"/ctrl_2/set_bool:=/set_bool' --controller-ros-args '--param "
817-
"run_cycle:=20 -p test_cycle:=-11.0'"),
815+
call_spawner(
816+
"ctrl_2 -c test_controller_manager --controller-ros-args '-r "
817+
"/ctrl_2/set_bool:=/set_bool' --controller-ros-args '--param "
818+
"run_cycle:=20 -p test_cycle:=-11.0'"),
818819
0);
819820

820821
ASSERT_EQ(cm_->get_loaded_controllers().size(), 2ul);

0 commit comments

Comments
 (0)