Skip to content

Commit 0727bf7

Browse files
committed
Go fmt
1 parent da088f9 commit 0727bf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: utils/flags/flags.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ func GetCliFlags() []cli.Flag {
3737
EnvVars: []string{"BAZEL_REMOTE_DIR"},
3838
},
3939
&cli.Int64Flag{
40-
Name: "max_size",
41-
Usage: "The maximum size of bazel-remote's disk cache in GiB. This flag is required.",
42-
EnvVars: []string{"BAZEL_REMOTE_MAX_SIZE"},
40+
Name: "max_size",
41+
Usage: "The maximum size of bazel-remote's disk cache in GiB. This flag is required.",
42+
EnvVars: []string{"BAZEL_REMOTE_MAX_SIZE"},
4343
},
4444
&cli.StringFlag{
4545
Name: "storage_mode",

0 commit comments

Comments
 (0)