shed: gofmt

This commit is contained in:
Łukasz Magiera 2020-09-30 17:26:24 +02:00
parent 6875527224
commit d20ebe93b9

View File

@ -98,7 +98,6 @@ var datastoreListCmd = &cli.Command{
seen[s] = struct{}{}
}
s = fmt.Sprintf("%q", s)
s = strings.Trim(s, "\"")
fmt.Println(s)