Skip to content

Commit c503bc7

Browse files
Update src/scitokens_internal.h
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a3e9f2c commit c503bc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/scitokens_internal.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,9 @@ class Validator {
487487
}
488488
}
489489
if (!permitted) {
490-
throw JWTVerificationException("Token issuer '" + issuer + "' is not in list of allowed issuers.");
490+
throw JWTVerificationException(
491+
"Token issuer '" + issuer +
492+
"' is not in list of allowed issuers.");
491493
}
492494
}
493495

0 commit comments

Comments
 (0)