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:
parent
3c45e55f91
commit
fcbe70f4f8
2 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@ func main() {
|
|||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
|
||||
// sort it and format it
|
||||
list := []string{}
|
||||
for k := range o {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue