Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar committed Mar 2, 2024
1 parent fa8661f commit ffdef2d
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 @@ -1386,8 +1386,7 @@ void ControllerManager::switch_chained_mode(
resource_manager_->make_controller_reference_interfaces_unavailable(controller_name);
}
}
else
if (!controller->set_chained_mode(to_chained_mode))
else if (!controller->set_chained_mode(to_chained_mode))
{
RCLCPP_ERROR(
get_logger(),
Expand Down

0 comments on commit ffdef2d

Please sign in to comment.