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
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 {