Skip to content

Commit

Permalink
fix: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-vimal committed Jul 12, 2023
1 parent 4c6838e commit 3efb366
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 3efb366

Please sign in to comment.