mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 23:51:03 +00:00
move comment to right place
This commit is contained in:
parent
bdbd9c1f47
commit
35593f99df
1 changed files with 1 additions and 1 deletions
|
|
@ -2110,12 +2110,12 @@ func (c *Container) Clone() (out *Container) {
|
|||
copy(runs, cRuns)
|
||||
out = NewContainerRun(runs)
|
||||
}
|
||||
// this should probably never happen
|
||||
if roaringParanoia {
|
||||
if out.n != out.count() {
|
||||
panic("cloned container has wrong n")
|
||||
}
|
||||
}
|
||||
// this should probably never happen
|
||||
return out
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue