Skip to content

Commit b144672

Browse files
committed
Try to appease golangci-lint with import groups
1 parent 439eb39 commit b144672

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

receiver/prometheusreceiver/internal/otlp_metricsbuilder_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ import (
2323
"github.com/stretchr/testify/assert"
2424
"github.com/stretchr/testify/require"
2525

26-
"go.opentelemetry.io/collector/consumer/pdata"
27-
2826
metricspb "github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1"
27+
"go.opentelemetry.io/collector/consumer/pdata"
2928
)
3029

3130
func TestGetBoundaryEquivalence(t *testing.T) {

0 commit comments

Comments
 (0)