Skip to content

Commit 9ea1764

Browse files
committed
chore: pre-commit run
1 parent 745ba71 commit 9ea1764

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

controller_manager/test/test_load_controller.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@ TEST_P(TestLoadedControllerParametrized, inactive_controller_cannot_be_configure
266266
test_controller->simulate_cleanup_failure = false;
267267
{
268268
ControllerManagerRunner cm_runner(this);
269-
EXPECT_EQ(cm_->configure_controller(CONTROLLER_NAME_1), controller_interface::return_type::ERROR);
269+
EXPECT_EQ(
270+
cm_->configure_controller(CONTROLLER_NAME_1), controller_interface::return_type::ERROR);
270271
}
271272
ASSERT_EQ(
272273
lifecycle_msgs::msg::State::PRIMARY_STATE_INACTIVE, controller_if->get_lifecycle_state().id());

0 commit comments

Comments
 (0)