From f9d55cfa757ba3dafea4678cd1128ab87b43bd1b Mon Sep 17 00:00:00 2001 From: github-actions <> Date: Sun, 13 Oct 2024 02:37:43 +0000 Subject: [PATCH] Google Java Format --- .../flutterappauth/FlutterAppauthPlugin.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flutter_appauth/android/src/main/java/io/crossingthestreams/flutterappauth/FlutterAppauthPlugin.java b/flutter_appauth/android/src/main/java/io/crossingthestreams/flutterappauth/FlutterAppauthPlugin.java index d7d8a3a..f888e69 100644 --- a/flutter_appauth/android/src/main/java/io/crossingthestreams/flutterappauth/FlutterAppauthPlugin.java +++ b/flutter_appauth/android/src/main/java/io/crossingthestreams/flutterappauth/FlutterAppauthPlugin.java @@ -580,7 +580,8 @@ private void performEndSessionRequest( private AuthorizationService getAuthorizationService() { if (insecureAuthorizationService == null || defaultAuthorizationService == null) { - // There have been some reported instances where the services have been disposed but they're still needed e.g. to refresh token + // There have been some reported instances where the services have been disposed but they're + // still needed e.g. to refresh token createAuthorizationServices(); } AuthorizationService authorizationService =