Skip to content

Commit 128b5b9

Browse files
committed
lint: fix linter issues
1 parent 11b11d8 commit 128b5b9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

internal/beater/otlp/common.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
package otlp
1919

2020
import (
21-
"github.com/elastic/apm-server/internal/beater/request"
2221
"go.opentelemetry.io/otel"
22+
23+
"github.com/elastic/apm-server/internal/beater/request"
2324
)
2425

2526
var (

x-pack/apm-server/sampling/groups.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ import (
1212
"sync"
1313
"time"
1414

15-
"github.com/elastic/apm-data/model/modelpb"
1615
"go.opentelemetry.io/otel/metric"
16+
17+
"github.com/elastic/apm-data/model/modelpb"
1718
)
1819

1920
const minReservoirSize = 1000

0 commit comments

Comments
 (0)