Skip to content

Commit 213737f

Browse files
committed
Fix pre-commit
1 parent 710e5ea commit 213737f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controller_manager/test/test_release_interfaces.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ TEST_F(TestReleaseExclusiveInterfaces, test_exclusive_interface_switching_failur
361361
abstract_test_controller2.c->get_lifecycle_state().id());
362362

363363
{
364-
// Test starting the first controller
365-
// test_controller1 activation always fails
364+
// Test starting the first controller
365+
// test_controller1 activation always fails
366366
RCLCPP_INFO(cm_->get_logger(), "Starting controller #1");
367367
std::vector<std::string> start_controllers = {controller_name1};
368368
std::vector<std::string> stop_controllers = {};

0 commit comments

Comments
 (0)