run gofmt -w -s **/*.go (#3126)

format and simplify; highlighted some stuff in route53_test.go that
could be further simplified.

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben 2019-08-14 07:56:12 +00:00 committed by GitHub
parent 3c45e55f91
commit fcbe70f4f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
// sort it and format it
list := []string{}
for k := range o {