From 3efb366ff1be58939c4ccff16ada48b20ae53af7 Mon Sep 17 00:00:00 2001 From: Mario Jones Vimal Stephen Antony Date: Wed, 12 Jul 2023 18:30:48 +0000 Subject: [PATCH] fix: Lint --- .../java/com/google/auth/oauth2/IdentityPoolCredentials.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oauth2_http/java/com/google/auth/oauth2/IdentityPoolCredentials.java b/oauth2_http/java/com/google/auth/oauth2/IdentityPoolCredentials.java index 55e7ba2b7..33747fab9 100644 --- a/oauth2_http/java/com/google/auth/oauth2/IdentityPoolCredentials.java +++ b/oauth2_http/java/com/google/auth/oauth2/IdentityPoolCredentials.java @@ -69,7 +69,8 @@ public class IdentityPoolCredentials extends ExternalAccountCredentials { * The IdentityPool credential source. Dictates the retrieval method of the external credential, * which can either be through a metadata server or a local file. */ - public static class IdentityPoolCredentialSource extends ExternalAccountCredentials.CredentialSource { + public static class IdentityPoolCredentialSource + extends ExternalAccountCredentials.CredentialSource { private static final long serialVersionUID = -745855247050085694L;