We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebac537 commit 07bccb8Copy full SHA for 07bccb8
1 file changed
bitmapcontainer.go
@@ -945,7 +945,7 @@ func (bc *bitmapContainer) ixorBitmap(value2 *bitmapContainer) container {
945
}
946
bc.cardinality = newCardinality
947
return bc
948
- }
+ }
949
ac := newArrayContainerSize(newCardinality)
950
fillArrayXOR(ac.content, bc.bitmap, value2.bitmap)
951
ac.content = ac.content[:newCardinality]
0 commit comments