Skip to content

Commit 549fd10

Browse files
Fix pre-commit
1 parent ec629a1 commit 549fd10

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

joint_trajectory_controller/test/test_trajectory_controller_utils.hpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,7 @@ class TrajectoryControllerTest : public ::testing::Test
427427
{
428428
if (traj_controller_)
429429
{
430-
if (
431-
traj_controller_->get_lifecycle_id() ==
432-
lifecycle_msgs::msg::State::PRIMARY_STATE_ACTIVE)
430+
if (traj_controller_->get_lifecycle_id() == lifecycle_msgs::msg::State::PRIMARY_STATE_ACTIVE)
433431
{
434432
EXPECT_EQ(
435433
traj_controller_->get_node()->deactivate().id(),

0 commit comments

Comments
 (0)