Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Billett <[email protected]>
  • Loading branch information
bill3tt committed Jun 3, 2021
1 parent 0b9390a commit 8d5119b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/exemplars/exemplars.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ package exemplars

import (
"context"
"github.com/thanos-io/thanos/pkg/tracing"
"sort"

"github.com/pkg/errors"
"github.com/prometheus/prometheus/storage"
"github.com/thanos-io/thanos/pkg/exemplars/exemplarspb"
"github.com/thanos-io/thanos/pkg/store/labelpb"
"github.com/thanos-io/thanos/pkg/tracing"
)

var _ UnaryClient = &GRPCClient{}
Expand Down

0 comments on commit 8d5119b

Please sign in to comment.