Skip to content

Commit 18c94e9

Browse files
author
Yen-Cheng Chou
committed
Reorder import.
1 parent de023f9 commit 18c94e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

retrieval/transform.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ import (
2121
"strings"
2222
"time"
2323

24-
timestamp_pb "github.com/golang/protobuf/ptypes/timestamp"
2524
"github.com/go-kit/kit/log"
2625
"github.com/go-kit/kit/log/level"
26+
timestamp_pb "github.com/golang/protobuf/ptypes/timestamp"
2727
"github.com/pkg/errors"
2828
"github.com/prometheus/prometheus/pkg/textparse"
2929
"github.com/prometheus/tsdb"

0 commit comments

Comments
 (0)