Skip to content

Commit 0d8c951

Browse files
committed
lint
1 parent eba6529 commit 0d8c951

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/pkg/otel/samples_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ import (
1212
"testing"
1313
"time"
1414

15-
"github.com/elastic/elastic-agent/pkg/core/logger/loggertest"
1615
"github.com/stretchr/testify/assert"
1716
"go.opentelemetry.io/collector/otelcol"
1817
"go.uber.org/zap"
1918
"go.uber.org/zap/zapcore"
19+
20+
"github.com/elastic/elastic-agent/pkg/core/logger/loggertest"
2021
)
2122

2223
func TestSamples(t *testing.T) {

0 commit comments

Comments
 (0)