From d69fe11c0938a11168fc427cdba2909b7caebe1b Mon Sep 17 00:00:00 2001 From: "Kenneth D. Evensen" Date: Tue, 19 Jul 2016 16:50:55 -0400 Subject: [PATCH] Fixing gofmt errors --- pkg/cloudprovider/providers/aws/aws.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/cloudprovider/providers/aws/aws.go b/pkg/cloudprovider/providers/aws/aws.go index 451ac9a46b7..63120742cb5 100644 --- a/pkg/cloudprovider/providers/aws/aws.go +++ b/pkg/cloudprovider/providers/aws/aws.go @@ -304,10 +304,10 @@ type CloudConfig struct { //During the instantiation of an new AWS cloud provider, the detected region //is validated against a known set of regions. // - //In a non-standard, AWS like environment (e.g. Eucalyptus), this check may - //be undesirable. Setting this to true will disable the check and provide - //a warning that the check was skipped. Please note that this is an - //experimental feature and work-in-progress for the moment. If you find + //In a non-standard, AWS like environment (e.g. Eucalyptus), this check may + //be undesirable. Setting this to true will disable the check and provide + //a warning that the check was skipped. Please note that this is an + //experimental feature and work-in-progress for the moment. If you find //yourself in an non-AWS cloud and open an issue, please indicate that in the //issue body. DisableStrictZoneCheck bool