Skip to content

Commit

Permalink
lint :(
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmbischoff committed Sep 2, 2021
1 parent cee8602 commit f4977e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions filebeat/input/kafka/input_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@
package kafka

import (
"testing"

"github.com/stretchr/testify/require"

"github.com/elastic/beats/v7/libbeat/common"
"github.com/elastic/beats/v7/libbeat/tests/resources"
"github.com/stretchr/testify/require"
"testing"
)

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

0 comments on commit f4977e7

Please sign in to comment.