Skip to content

Commit ff9f807

Browse files
committed
chore: fix ci lint
1 parent 734422c commit ff9f807

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugins/segmentio-kafka/writer_interceptor.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ package segmentiokafka
1919

2020
import (
2121
"context"
22+
23+
"github.com/segmentio/kafka-go"
24+
2225
"github.com/apache/skywalking-go/plugins/core/operator"
2326
"github.com/apache/skywalking-go/plugins/core/tracing"
24-
"github.com/segmentio/kafka-go"
2527
)
2628

2729
const (

0 commit comments

Comments
 (0)