diff --git a/java/google/registry/request/auth/AuthModule.java b/java/google/registry/request/auth/AuthModule.java index e2022cd7b..21d78db71 100644 --- a/java/google/registry/request/auth/AuthModule.java +++ b/java/google/registry/request/auth/AuthModule.java @@ -30,8 +30,7 @@ public class AuthModule { @Provides ImmutableList provideApiAuthenticationMechanisms( OAuthAuthenticationMechanism oauthAuthenticationMechanism) { - return ImmutableList.of( - oauthAuthenticationMechanism); + return ImmutableList.of(oauthAuthenticationMechanism); } /** Provides the OAuthService instance. */