Skip to content

Commit 65c3290

Browse files
committed
Merge pull request #129 from realzeitmedia/gofmt
gofmt
2 parents bf60402 + fbb27e7 commit 65c3290

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

text/bench_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ import (
1919
"io"
2020
"io/ioutil"
2121
"testing"
22-
dto "github.com/prometheus/client_model/go"
2322

2423
"github.com/matttproud/golang_protobuf_extensions/pbutil"
24+
25+
dto "github.com/prometheus/client_model/go"
2526
)
2627

2728
// Benchmarks to show how much penalty text format parsing actually inflicts.

0 commit comments

Comments
 (0)