mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/mergeset: make fmt
This commit is contained in:
parent
2ecb117082
commit
a41955863a
1 changed files with 1 additions and 1 deletions
|
@ -377,5 +377,5 @@ func binarySearchKey(items [][]byte, key []byte) int {
|
|||
j = h
|
||||
}
|
||||
}
|
||||
return int(i+offset)
|
||||
return int(i + offset)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue