From 6b2d6f5ae4da15947afb1b44c13cee5790929972 Mon Sep 17 00:00:00 2001 From: Sargurunathan Mohan Date: Wed, 23 Sep 2015 16:41:48 -0700 Subject: [PATCH] go fmt code --- builtin/providers/aws/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/providers/aws/config.go b/builtin/providers/aws/config.go index be38e120c..883663eac 100644 --- a/builtin/providers/aws/config.go +++ b/builtin/providers/aws/config.go @@ -221,7 +221,7 @@ func (c *Config) ValidateAccountId(iamconn *iam.IAM) error { // User may be an IAM instance profile, so fail silently. // If it is an IAM instance profile // validating account might be superfluous - return nil + return nil } else { return fmt.Errorf("Failed getting account ID from IAM: %s", err) // return error if the account id is explicitly not authorised