Add missing bracket (#511)

This commit is contained in:
sal0max 2019-10-03 01:06:23 +02:00 committed by Les Hazlewood
parent 94d151129d
commit 56db77ed7e
1 changed files with 1 additions and 1 deletions

View File

@ -915,7 +915,7 @@ try {
// we can safely trust the JWT
catch (JwtException ex) { // (4)
} catch (JwtException ex) { // (4)
// we *cannot* use the JWT as intended by its creator
}