chore: make format, make proto-update-deps, add 0.45.10 in changelog (#13623)

This commit is contained in:
Julien Robert
2022-10-24 15:23:12 +02:00
committed by GitHub
parent 04db139e8a
commit 209797f3be
8 changed files with 26 additions and 13 deletions
-1
View File
@@ -62,7 +62,6 @@ func (b *Builder) addFieldFlag(ctx context.Context, flagSet *pflag.FlagSet, fiel
var val HasValue
if field.IsList() {
val = bindSimpleListFlag(flagSet, field.Kind(), name, shorthand, usage)
} else {
val = bindSimpleFlag(flagSet, field.Kind(), name, shorthand, usage)
}