Skip to content

Commit

Permalink
fix: wrong annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
bcho committed Feb 7, 2023
1 parent 5cbf027 commit ee180e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cilog/opts.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type applyOptsFunc[T any] func(*T)

var _ applyOpts[any] = (applyOptsFunc[any])(nil)

// nolint: unused - false alarm
// nolint: unused
func (f applyOptsFunc[T]) apply(t *T) {
f(t)
}

0 comments on commit ee180e1

Please sign in to comment.