From 3a152d97eb39cfeff7b94635d7b7aedeffc9f72e Mon Sep 17 00:00:00 2001 From: Tobe O Date: Thu, 2 May 2019 03:28:48 -0400 Subject: [PATCH] Format --- lib/src/pkce.dart | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/src/pkce.dart b/lib/src/pkce.dart index 3a347f9c..713bda83 100644 --- a/lib/src/pkce.dart +++ b/lib/src/pkce.dart @@ -29,10 +29,8 @@ class Pkce { state, uri: uri)); } else if (codeChallenge?.isNotEmpty != true) { - throw AuthorizationException(ErrorResponse( - ErrorResponse.invalidRequest, - 'Missing `code_challenge` parameter.', - state, + throw AuthorizationException(ErrorResponse(ErrorResponse.invalidRequest, + 'Missing `code_challenge` parameter.', state, uri: uri)); }