mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
manual gofmt
This commit is contained in:
parent
51e57ad550
commit
fe8756927c
1 changed files with 1 additions and 1 deletions
|
|
@ -2459,7 +2459,7 @@ func unionBitmapBitmap(a, b *Container) *Container {
|
|||
)
|
||||
|
||||
for i := 0; i < bitmapN; i++ {
|
||||
ob[i] =ab[i] | bb[i]
|
||||
ob[i] = ab[i] | bb[i]
|
||||
n += int(popcount(ob[i]))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue