Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Mar 20, 2023
1 parent 2501522 commit 938a274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klient/decoder/decoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ func IgnoreErrorHandler(handler HandlerFunc, errorMatcher func(err error) bool)
}

// NoopHandler returns a Handler func that only returns nil
func NoopHandler(_ *resources.Resources, opts ...resources.DeleteOption) HandlerFunc {
func NoopHandler(_ *resources.Resources, _ ...resources.DeleteOption) HandlerFunc {
return func(ctx context.Context, obj k8s.Object) error {
return nil
}
Expand Down

0 comments on commit 938a274

Please sign in to comment.