mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-31 15:06:26 +00:00
wip
This commit is contained in:
parent
bcf3ded60a
commit
dc99281295
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ type bloomFilter struct {
|
||||||
|
|
||||||
func (bf *bloomFilter) reset() {
|
func (bf *bloomFilter) reset() {
|
||||||
clear(bf.bits)
|
clear(bf.bits)
|
||||||
bf.bits = bits[:0]
|
bf.bits = bf.bits[:0]
|
||||||
}
|
}
|
||||||
|
|
||||||
// marshal appends marshaled bf to dst and returns the result.
|
// marshal appends marshaled bf to dst and returns the result.
|
||||||
|
|
Loading…
Reference in a new issue