From b3ddfaa68b9ca9b0a2cf8d7a9f8534c03a643f04 Mon Sep 17 00:00:00 2001 From: Rootul Patel Date: Mon, 10 Jul 2023 10:33:38 -0400 Subject: [PATCH] fix: lint --- codec_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec_test.go b/codec_test.go index fcfcc5d..e6b1f49 100644 --- a/codec_test.go +++ b/codec_test.go @@ -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 }