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:
@@ -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]...)
|
||||
|
||||
Reference in New Issue
Block a user