Skip to content

Commit

Permalink
remove no lint
Browse files Browse the repository at this point in the history
  • Loading branch information
khushijain21 committed May 31, 2024
1 parent 4232811 commit 1153e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/otelzap/encoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func assignUintValue(v uint64) log.Value {

// arrayEncoder implements [zapcore.ArrayEncoder].
type arrayEncoder struct {
elems []log.Value // nolint:unused
elems []log.Value
}

func (a *arrayEncoder) AppendArray(v zapcore.ArrayMarshaler) error {
Expand Down

0 comments on commit 1153e29

Please sign in to comment.