Skip to content

Commit

Permalink
chore: lint gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulsametileri committed Dec 22, 2024
1 parent 3f41b87 commit 36e21dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion consumer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package kafka
import (
"context"
"errors"
"github.com/segmentio/kafka-go"
"sync"
"testing"
"time"

"github.com/segmentio/kafka-go"
)

func Test_consumer_startBatch(t *testing.T) {
Expand Down

0 comments on commit 36e21dd

Please sign in to comment.