Skip to content

Commit

Permalink
Google Java Format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 13, 2024
1 parent 1491b2b commit f9d55cf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit f9d55cf

Please sign in to comment.