Skip to content

Commit

Permalink
Fix header formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksmaus committed Oct 6, 2021
1 parent 63a55b0 commit 41b8b76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/osquerybeat/beater/osquery_runner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ import (

"golang.org/x/sync/errgroup"

"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/osqd"
"github.com/google/go-cmp/cmp"
)

func waitGroupWithTimeout(ctx context.Context, g *errgroup.Group, to time.Duration) error {
Expand Down

0 comments on commit 41b8b76

Please sign in to comment.