Skip to content

Commit f5e40d5

Browse files
committed
remove comment
1 parent e86bbf5 commit f5e40d5

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
@@ -107,7 +107,6 @@ 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.
111110
func multiStringFlag(name string, usage string) *MultiStringFlag {
112111
value := new(MultiStringFlag)
113112
flag.Var(value, name, usage)

0 commit comments

Comments
 (0)