mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-30 15:22:07 +00:00
lib/mergeset: make fmt
This commit is contained in:
parent
ffc1bb00f6
commit
b6ea1a7d5e
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