mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/uint64set: go fmt after c0a9b87f46
This commit is contained in:
parent
c0a9b87f46
commit
eb1505ba14
1 changed files with 1 additions and 1 deletions
|
@ -815,7 +815,7 @@ func (b *bucket16) add(x uint16) bool {
|
||||||
|
|
||||||
func (b *bucket16) addMulti(a []uint64) int {
|
func (b *bucket16) addMulti(a []uint64) int {
|
||||||
if b.bits == nil {
|
if b.bits == nil {
|
||||||
if b.smallPoolLen + len(a) > len(b.smallPool) {
|
if b.smallPoolLen+len(a) > len(b.smallPool) {
|
||||||
b.switchSmallPoolToBits()
|
b.switchSmallPoolToBits()
|
||||||
goto fastPath
|
goto fastPath
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue