Skip to content

Commit d7de15c

Browse files
committed
go fmt
Signed-off-by: Elliot Fehr <[email protected]>
1 parent 33181cf commit d7de15c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/ansible/flags/flag.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ func (f *Flags) AddTo(flagSet *pflag.FlagSet) {
112112
)
113113
flagSet.DurationVar(&f.DrainTime,
114114
"drain-time",
115-
30 * time.Second,
115+
30*time.Second,
116116
"The amount of time that will be spent waiting"+
117-
" for runners to gracefully exit.",
117+
" for runners to gracefully exit.",
118118
)
119119
flagSet.StringVar(&f.AnsibleArgs,
120120
"ansible-args",

0 commit comments

Comments
 (0)