Skip to content

Commit d13e71c

Browse files
author
Rahul M Chheda
committed
Fixed golint issues
Signed-off-by: Rahul M Chheda <[email protected]>
1 parent 32109bf commit d13e71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/component-base/logs/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (o *Options) Validate() []error {
5858
allFlags := unsupportedLoggingFlags()
5959
for _, fname := range allFlags {
6060
if flagIsSet(fname) {
61-
errs = append(errs, fmt.Errorf("Non-default logging format doesn't honor flag: %s\n", fname))
61+
errs = append(errs, fmt.Errorf("non-default logging format doesn't honor flag: %s", fname))
6262
}
6363
}
6464
}

0 commit comments

Comments
 (0)