Skip to content

Commit dbd65c6

Browse files
committed
Fix lints with new golangci-lint
1 parent a98fe70 commit dbd65c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

decoder.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const (
3030
_Slice
3131
// We don't use the next two. They are placeholders. See the spec
3232
// for more details.
33-
_Container //nolint: deadcode, varcheck // above
34-
_Marker //nolint: deadcode, varcheck // above
33+
_Container //nolint:deadcode,varcheck // above
34+
_Marker //nolint:deadcode,varcheck // above
3535
_Bool
3636
_Float32
3737
)

0 commit comments

Comments
 (0)