appease gofmt

This commit is contained in:
Seebs 2021-09-15 12:36:39 -05:00
parent 3ae12391c7
commit e0dfde9934

View file

@ -4621,7 +4621,7 @@ func intersectionCallbackArrayBitmap(a, b *Container, fn func(uint16)) {
break
}
off := val % 64
if (bitmap[i]>>off) & 1 != 0 {
if (bitmap[i]>>off)&1 != 0 {
fn(val)
}
}