mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
go fmt
This commit is contained in:
parent
52e9027c79
commit
57b8dcd43a
1 changed files with 1 additions and 1 deletions
|
|
@ -3594,7 +3594,7 @@ func (c *Container) bitmapToArray() *Container {
|
|||
if fail {
|
||||
// the onlyreason we are here is because N was incorrect
|
||||
// so we force a recount of N and try again
|
||||
c.bitmapRepair()
|
||||
c.bitmapRepair()
|
||||
array, fail, n = makeArray(bitmap, make([]uint16, c.N()))
|
||||
if fail {
|
||||
//this should not be able to happen under any circumstance
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue