mirror of
https://github.com/prometheus/prometheus
synced 2025-02-04 14:13:32 +00:00
Fix linting
Signed-off-by: Carrie Edwards <edwrdscarrie@gmail.com>
This commit is contained in:
parent
2e0e4e9ce9
commit
fb2ebe1c3d
@ -15,9 +15,10 @@ package tsdb
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/prometheus/prometheus/tsdb/chunkenc"
|
||||
"sort"
|
||||
|
||||
"github.com/prometheus/prometheus/tsdb/chunkenc"
|
||||
|
||||
"github.com/oklog/ulid"
|
||||
|
||||
"github.com/prometheus/prometheus/tsdb/chunks"
|
||||
|
Loading…
Reference in New Issue
Block a user