Skip to content

Commit dc06ebc

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

receiver/prometheusreceiver/internal/otlp_metricsbuilder_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ 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+
28+
"go.opentelemetry.io/collector/consumer/pdata"
2929
)
3030

3131
func TestGetBoundaryEquivalence(t *testing.T) {

0 commit comments

Comments
 (0)