mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
appease gofmt
This commit is contained in:
parent
3ae12391c7
commit
e0dfde9934
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue