Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: Cornelius Claussen <cc@pionix.de>
  • Loading branch information
corneliusclaussen committed Oct 14, 2024
1 parent 16964ed commit c5231d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/EvseManager/EvseManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -989,8 +989,7 @@ void EvseManager::ready_to_start_charging() {
}

this->p_evse->publish_ready(true);
EVLOG_info << fmt::format(fmt::emphasis::bold | fg(fmt::terminal_color::green),
"πŸŒ€πŸŒ€πŸŒ€ Ready to start charging πŸŒ€πŸŒ€πŸŒ€");
EVLOG_info << fmt::format(fmt::emphasis::bold | fg(fmt::terminal_color::green), "πŸŒ€πŸŒ€πŸŒ€ Ready to start charging πŸŒ€πŸŒ€πŸŒ€");
if (!initial_powermeter_value_received) {
EVLOG_warning << "No powermeter value received yet!";
}
Expand Down

0 comments on commit c5231d2

Please sign in to comment.