Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Jul 10, 2023
1 parent f480fb4 commit b3ddfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ func (c *testCodec) Name() string {
return "testCodec"
}

func (c *testCodec) ValidateChunkSize(chunkSize int) error {
func (c *testCodec) ValidateChunkSize(_ int) error {
return nil
}

0 comments on commit b3ddfaa

Please sign in to comment.