mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-13 03:56:31 -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) {
|
func TestBitmuncherReadBit(t *testing.T) {
|
||||||
td := getTestData()
|
td := getTestData()
|
||||||
bm := CreateBitMuncher(td, 0)
|
bm := CreateBitMuncher(td, 0)
|
||||||
|
|
||||||
var result byte
|
var result byte
|
||||||
|
|
||||||
for i := 0; i < bitsPerByte; i++ {
|
for i := 0; i < bitsPerByte; i++ {
|
||||||
|
Loading…
Reference in New Issue
Block a user