manual gofmt

This commit is contained in:
Todd Gruben 2018-09-14 15:40:37 -05:00
parent 51e57ad550
commit fe8756927c

View file

@ -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]))
}