Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 committed Dec 16, 2024
1 parent 00d6a9b commit 324266d
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,10 @@ class MotorTask {
stop_motors();

// Set status bars to RED
auto message = messages::SetStatusBarColorMessage{.color = StatusBarColor::Red};
static_cast<void>(_task_registry->send_to_address(
message, Queues::UIAddress));
auto message =
messages::SetStatusBarColorMessage{.color = StatusBarColor::Red};
static_cast<void>(
_task_registry->send_to_address(message, Queues::UIAddress));
}

/**
Expand Down

0 comments on commit 324266d

Please sign in to comment.