Skip to content

Commit

Permalink
chore: reorder import
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Sep 9, 2021
1 parent 2cfdc9b commit bbc386d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/osquerybeat/beater/config_plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ import (
"strings"
"testing"

"github.com/google/go-cmp/cmp"

"github.com/elastic/beats/v7/libbeat/logp"
"github.com/elastic/beats/v7/x-pack/osquerybeat/internal/config"
"github.com/elastic/beats/v7/x-pack/osquerybeat/internal/ecs"
"github.com/elastic/beats/v7/x-pack/osquerybeat/internal/testutil"
"github.com/google/go-cmp/cmp"
)

func renderFullConfigJSON(inputs []config.InputConfig) (string, error) {
Expand Down

0 comments on commit bbc386d

Please sign in to comment.