Skip to content

Commit

Permalink
reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rarguelloF committed Oct 11, 2024
1 parent c5888e4 commit 8899d7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ package kafka
import (
"context"
"errors"
"go.uber.org/goleak"
"os"
"strings"
"testing"
Expand All @@ -24,6 +23,7 @@ import (
"github.com/confluentinc/confluent-kafka-go/kafka"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.uber.org/goleak"
)

var (
Expand Down

0 comments on commit 8899d7f

Please # to comment.