Skip to content

Commit d949a51

Browse files
committed
lint
Signed-off-by: alanprot <[email protected]>
1 parent a19dc70 commit d949a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/storage/tsdb/expanded_postings_cache_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ package tsdb
33
import (
44
"bytes"
55
"fmt"
6-
"github.com/prometheus/client_golang/prometheus/testutil"
76
"strings"
87
"sync"
98
"testing"
109
"time"
1110

1211
"github.com/prometheus/client_golang/prometheus"
12+
"github.com/prometheus/client_golang/prometheus/testutil"
1313
"github.com/stretchr/testify/require"
1414
"go.uber.org/atomic"
1515
)

0 commit comments

Comments
 (0)