mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-09 01:56:47 -05:00
fixed lint error in bitmuncher_test.go
This commit is contained in:
parent
5caa93a399
commit
794c246f64
@ -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++ {
|
||||
|
Loading…
Reference in New Issue
Block a user