Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
  • Loading branch information
Bitterisland6 committed Dec 20, 2023
1 parent 76223ee commit 05cd60a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions leo_fw/src/firmware_message_converter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,7 @@ class FirmwareMessageConverter : public rclcpp::Node

auto result_status = result.wait_for(callback_timeout);

if (result_status == std::future_status::ready)
{
if (result_status == std::future_status::ready) {
res->success = false;
} else {
res->success = true;
Expand Down

0 comments on commit 05cd60a

Please sign in to comment.