Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: Cornelius Claussen <[email protected]>
  • Loading branch information
corneliusclaussen committed Jun 21, 2024
1 parent dbad130 commit 6678bf8
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 @@ -902,8 +902,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 πŸŒ€πŸŒ€πŸŒ€");
}

types::powermeter::Powermeter EvseManager::get_latest_powermeter_data_billing() {
Expand Down

0 comments on commit 6678bf8

Please sign in to comment.