mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 07:19:17 +01:00
lib/mergeset: make fmt
This commit is contained in:
parent
2ecb117082
commit
a41955863a
@ -377,5 +377,5 @@ func binarySearchKey(items [][]byte, key []byte) int {
|
||||
j = h
|
||||
}
|
||||
}
|
||||
return int(i+offset)
|
||||
return int(i + offset)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user