From 794c246f641b46db01a6df7d549d5df764269cce Mon Sep 17 00:00:00 2001 From: gucio321 <73652197+gucio321@users.noreply.github.com> Date: Mon, 8 Feb 2021 09:55:02 +0100 Subject: [PATCH] fixed lint error in bitmuncher_test.go --- d2common/d2datautils/bitmuncher_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/d2common/d2datautils/bitmuncher_test.go b/d2common/d2datautils/bitmuncher_test.go index 80168af5..58ecd4e4 100644 --- a/d2common/d2datautils/bitmuncher_test.go +++ b/d2common/d2datautils/bitmuncher_test.go @@ -42,6 +42,7 @@ func TestBitmuncherSteBitsRead(t *testing.T) { func TestBitmuncherReadBit(t *testing.T) { td := getTestData() bm := CreateBitMuncher(td, 0) + var result byte for i := 0; i < bitsPerByte; i++ {