Skip to content

Commit

Permalink
Fixed goimport grouping
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pracucci <marco@pracucci.com>
  • Loading branch information
pracucci committed Apr 23, 2020
1 parent 9a0ea18 commit 3c6ede5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/store/proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ package store
import (
"context"
"fmt"
"github.com/gogo/protobuf/types"
"io"
"os"
"sort"
Expand All @@ -15,6 +14,7 @@ import (

"github.com/fortytw2/leaktest"
"github.com/gogo/protobuf/proto"
"github.com/gogo/protobuf/types"
"github.com/pkg/errors"
"github.com/prometheus/prometheus/pkg/labels"
"github.com/prometheus/prometheus/tsdb/chunkenc"
Expand Down

0 comments on commit 3c6ede5

Please sign in to comment.