mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 14:27:27 -08:00
Fix golint issue caused by typo
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
This commit is contained in:
parent
997bb7134f
commit
e2cd6c5f57
|
@ -70,7 +70,7 @@ const (
|
||||||
DefaultWriteBufferSize = 4 * 1024 * 1024 // 4 MiB.
|
DefaultWriteBufferSize = 4 * 1024 * 1024 // 4 MiB.
|
||||||
)
|
)
|
||||||
|
|
||||||
// corruptionErr is an error that's returned when corruption is encountered.
|
// CorruptionErr is an error that's returned when corruption is encountered.
|
||||||
type CorruptionErr struct {
|
type CorruptionErr struct {
|
||||||
Dir string
|
Dir string
|
||||||
FileIndex int
|
FileIndex int
|
||||||
|
|
Loading…
Reference in a new issue