Skip to content

Commit 5b9fece

Browse files
committed
Fix format
Signed-off-by: Federico Torres <federico.torres@grafana.com>
1 parent db7d143 commit 5b9fece

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

expfmt/text_parse.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ import (
1818
"bytes"
1919
"errors"
2020
"fmt"
21-
dto "github.com/prometheus/client_model/go"
22-
"github.com/prometheus/common/model"
23-
"google.golang.org/protobuf/proto"
2421
"io"
2522
"math"
2623
"strconv"
2724
"strings"
2825
"unicode/utf8"
26+
27+
dto "github.com/prometheus/client_model/go"
28+
"github.com/prometheus/common/model"
29+
"google.golang.org/protobuf/proto"
2930
)
3031

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

0 commit comments

Comments
 (0)