Skip to content

Commit 076fba3

Browse files
committed
Fix imports
Signed-off-by: Federico Torres <[email protected]>
1 parent 5b9fece commit 076fba3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

expfmt/text_parse.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ import (
2525
"unicode/utf8"
2626

2727
dto "github.com/prometheus/client_model/go"
28-
"github.com/prometheus/common/model"
2928
"google.golang.org/protobuf/proto"
29+
30+
"github.com/prometheus/common/model"
3031
)
3132

3233
// A stateFn is a function that represents a state in a state machine. By

0 commit comments

Comments
 (0)