build: apply gofmt from go1.13 to change case of number literals

This commit is contained in:
Nick Craig-Wood
2019-09-05 13:59:06 +01:00
parent 7b0966880e
commit ffa1dac10b
16 changed files with 37 additions and 37 deletions

View File

@@ -69,7 +69,7 @@ rclone rc server, eg:
Use "rclone rc" to see a list of all possible commands.`,
Run: func(command *cobra.Command, args []string) {
cmd.CheckArgs(0, 1E9, command, args)
cmd.CheckArgs(0, 1e9, command, args)
cmd.Run(false, false, command, func() error {
parseFlags()
if len(args) == 0 {