Skip to content

Commit

Permalink
Run make check and commit the changes. (#34349)
Browse files Browse the repository at this point in the history
The format step was skipped in
#34346

(cherry picked from commit 870215c)

# Conflicts:
#	x-pack/libbeat/management/managerV2.go
  • Loading branch information
cmacknz authored and mergify[bot] committed Jan 23, 2023
1 parent 5e4f2c2 commit cff9df4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions x-pack/libbeat/management/managerV2.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,21 @@ import (
"syscall"
"time"

<<<<<<< HEAD
=======
"github.com/gofrs/uuid"
>>>>>>> 870215c6fd (Run make check and commit the changes. (#34349))
"github.com/joeshaw/multierror"
"go.uber.org/zap/zapcore"

"github.com/gofrs/uuid"
"gopkg.in/yaml.v2"

"github.com/elastic/elastic-agent-client/v7/pkg/client"
"github.com/elastic/elastic-agent-client/v7/pkg/proto"
conf "github.com/elastic/elastic-agent-libs/config"
"github.com/elastic/elastic-agent-libs/logp"

"github.com/elastic/beats/v7/libbeat/common/reload"
lbmanagement "github.com/elastic/beats/v7/libbeat/management"
"github.com/elastic/beats/v7/libbeat/version"
Expand Down

0 comments on commit cff9df4

Please sign in to comment.