Skip to content

Commit bd41797

Browse files
committed
remove comment
1 parent f0e715b commit bd41797

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cluster-autoscaler/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ func (flag *MultiStringFlag) Set(value string) error {
103103
return nil
104104
}
105105

106-
// multiStringFlag defines a MultiStringFlag flag with the specified name, default value, and usage string.
107106
func multiStringFlag(name string, usage string) *MultiStringFlag {
108107
value := new(MultiStringFlag)
109108
flag.Var(value, name, usage)

0 commit comments

Comments
 (0)