Explorar el Código

Removing newlines

Alberto Llamas hace 4 años
padre
commit
909d137a83
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      pkg/provider/aws/auth/auth.go

+ 0 - 2
pkg/provider/aws/auth/auth.go

@@ -243,11 +243,9 @@ func DefaultJWTProvider(name, namespace, roleArn, region string) (credentials.Pr
 		SharedConfigState: session.SharedConfigDisable,
 		Handlers:          handlers,
 	})
-
 	if err != nil {
 		return nil, err
 	}
-
 	tokenFetcher := &authTokenFetcher{
 		Namespace:      namespace,
 		ServiceAccount: name,