1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-31 23:53:18 +00:00

build: run gofmt -s to simplify the code: suggested by Go Report Card

This commit is contained in:
Nick Craig-Wood
2020-06-18 18:45:39 +01:00
parent df9c930581
commit d8eea0e397
4 changed files with 48 additions and 48 deletions

View File

@@ -88,9 +88,9 @@ func main() {
}
records := [][]string{
[]string{"", ""},
[]string{"", ""},
[]string{"Bytes", "Char"},
{"", ""},
{"", ""},
{"Bytes", "Char"},
}
for _, r := range remoteNames {
records[0] = append(records[0], hRemoteMap[r]...)