Skip to content

Commit 9f56e52

Browse files
committed
Fix pre-commit
1 parent 01beeea commit 9f56e52

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
@@ -239,8 +239,8 @@ TEST_F(TestReleaseExclusiveInterfaces, test_exclusive_interface_switching_failur
239239
abstract_test_controller2.c->get_lifecycle_state().id());
240240

241241
{
242-
// Test starting the first controller
243-
// test_controller1 activation always fails
242+
// Test starting the first controller
243+
// test_controller1 activation always fails
244244
RCLCPP_INFO(cm_->get_logger(), "Starting controller #1");
245245
std::vector<std::string> start_controllers = {controller_name1};
246246
std::vector<std::string> stop_controllers = {};

0 commit comments

Comments
 (0)