Browse Source

Fix golint issue caused by typo

Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
pull/8344/head
Guangwen Feng 4 years ago
parent
commit
e2cd6c5f57
  1. 2
      tsdb/chunks/head_chunks.go

2
tsdb/chunks/head_chunks.go

@ -70,7 +70,7 @@ const (
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 {
Dir string
FileIndex int

Loading…
Cancel
Save