From 7b601959006bc8d53838a576dd1b477b27cf73e4 Mon Sep 17 00:00:00 2001 From: ahcorde Date: Mon, 22 Jun 2020 08:58:40 +0200 Subject: [PATCH] make linters happy Signed-off-by: ahcorde --- test/pid_publisher_tests.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/pid_publisher_tests.cpp b/test/pid_publisher_tests.cpp index 05f50532..d646f5d2 100644 --- a/test/pid_publisher_tests.cpp +++ b/test/pid_publisher_tests.cpp @@ -75,9 +75,9 @@ TEST(PidPublisherTest, PublishTestLifecycle) control_toolbox::PidROS pid_ros(node); auto state_pub_lifecycle_ = - std::dynamic_pointer_cast>( - pid_ros.getPidStatePublisher()); - state_pub_lifecycle_->on_activate(); + std::dynamic_pointer_cast>( + pid_ros.getPidStatePublisher()); + state_pub_lifecycle_->on_activate(); pid_ros.initPid(1.0, 1.0, 1.0, 5.0, -5.0, false);