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 Jan 10, 2025
1 parent d1001c2 commit 0b9e471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Auth/lib/AuthHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ TokenHandlingResult AuthHandler::handle_token(const ProvidedIdToken& provided_to
for (const auto& validation_result : validation_results) {
if (validation_result.authorization_status == AuthorizationStatus::Accepted &&
validation_result.parent_id_token.has_value()) {
EVLOG_info << "Accepted and has parent_id_token";
EVLOG_info << "Accepted and has parent_id_token";
// check if parent_id_token is equal to master_pass_group_id
if (this->equals_master_pass_group_id(validation_result.parent_id_token)) {
EVLOG_info << "Provided parent_id_token is equal to master_pass_group_id. Stopping all active "
Expand Down

0 comments on commit 0b9e471

Please sign in to comment.