Skip to content

Commit f02e8fb

Browse files
committed
fix format
1 parent 23230cc commit f02e8fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

exporter/kafkaexporter/factory_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ package kafkaexporter
1616

1717
import (
1818
"context"
19-
"github.com/Shopify/sarama"
2019
"testing"
2120

21+
"github.com/Shopify/sarama"
22+
2223
"github.com/stretchr/testify/assert"
2324
"github.com/stretchr/testify/require"
2425
"go.uber.org/zap"
@@ -148,4 +149,5 @@ func (c customConverter) ConvertMessages(messages []Message, topic string) []*sa
148149
func (c customConverter) Encoding() string {
149150
return "custom"
150151
}
152+
151153
var _ MessageConverter = (*customConverter)(nil)

0 commit comments

Comments
 (0)