Skip to content

Commit

Permalink
fix the formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Oct 1, 2023
1 parent 8cc0d71 commit 3b18dc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions controller_manager/src/controller_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2053,8 +2053,7 @@ controller_interface::return_type ControllerManager::update(

if (controller_go)
{
auto controller_ret =
loaded_controller.c->update(time, controller_period);
auto controller_ret = loaded_controller.c->update(time, controller_period);

if (*loaded_controller.next_update_cycle_time == rclcpp::Time(0))
{
Expand Down

0 comments on commit 3b18dc1

Please sign in to comment.