Skip to content

Commit e86bbf5

Browse files
committed
trigger a CA test run
1 parent ca92a57 commit e86bbf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cluster-autoscaler/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ func (flag *MultiStringFlag) Set(value string) error {
107107
return nil
108108
}
109109

110+
// multiStringFlag creates a new MultiStringFlag and registers it with the flag package.
110111
func multiStringFlag(name string, usage string) *MultiStringFlag {
111112
value := new(MultiStringFlag)
112113
flag.Var(value, name, usage)

0 commit comments

Comments
 (0)