Skip to content

Commit bc05a3d

Browse files
committed
lint
Signed-off-by: Owen Williams <owen.williams@grafana.com>
1 parent cd8e082 commit bc05a3d

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

expfmt/bench_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ import (
2525
"google.golang.org/protobuf/encoding/protodelim"
2626

2727
dto "github.com/prometheus/client_model/go"
28-
"github.com/prometheus/common/model"
2928
"github.com/stretchr/testify/require"
29+
30+
"github.com/prometheus/common/model"
3031
)
3132

3233
var parser = TextParser{scheme: model.UTF8Validation}

expfmt/text_parse_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ import (
2020
"testing"
2121

2222
dto "github.com/prometheus/client_model/go"
23-
"github.com/prometheus/common/model"
2423
"google.golang.org/protobuf/proto"
24+
25+
"github.com/prometheus/common/model"
2526
)
2627

2728
func testTextParse(t testing.TB) {

0 commit comments

Comments
 (0)