Skip to content

Commit

Permalink
Formatting...
Browse files Browse the repository at this point in the history
Signed-off-by: Maaike Zijderveld, iolar <[email protected]>
  • Loading branch information
maaikez committed Nov 27, 2024
1 parent b359a9f commit 11a3721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/Auth/lib/AuthHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -844,8 +844,8 @@ void AuthHandler::check_evse_reserved_and_send_updates() {
this->reservation_handler.check_number_global_reservations_match_number_available_evses();
for (const auto& available_evse : reservation_status.available) {
EVLOG_debug << "Evse " << available_evse << " is now available";
this->reservation_cancelled_callback(available_evse, -1,
types::reservation::ReservationEndReason::GlobalReservationConnectorFree, false);
this->reservation_cancelled_callback(
available_evse, -1, types::reservation::ReservationEndReason::GlobalReservationConnectorFree, false);
}

for (const auto& reserved_evse : reservation_status.reserved) {
Expand Down

0 comments on commit 11a3721

Please sign in to comment.