Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
Signed-off-by: Piet Gömpel <[email protected]>
  • Loading branch information
Pietfried committed Dec 20, 2024
1 parent 692e61a commit d4200da
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 @@ -903,8 +903,8 @@ WithdrawAuthorizationResult AuthHandler::handle_withdraw_authorization(const Wit
result = WithdrawAuthorizationResult::Accepted;
}

// It might still be the case that the withdraw request is also targeting already granted authorization so we continue
// checking for this
// It might still be the case that the withdraw request is also targeting already granted authorization so we
// continue checking for this

const auto withdraw_authorization_or_stop_transaction = [this](const EVSEContext& evse) {
if (evse.transaction_active) {
Expand Down

0 comments on commit d4200da

Please sign in to comment.