fixed lint error in bitmuncher_test.go

This commit is contained in:
gucio321 2021-02-08 09:55:02 +01:00 committed by M. Sz
parent 5caa93a399
commit 794c246f64
1 changed files with 1 additions and 0 deletions

View File

@ -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++ {