From 4ba6729be89fdccf828c0f058b2a7d645f9511f7 Mon Sep 17 00:00:00 2001 From: Craig MacKenzie Date: Mon, 23 Jan 2023 13:13:31 -0500 Subject: [PATCH] Run make check and commit the changes. (#34349) The format step was skipped in https://github.com/elastic/beats/pull/34346 --- x-pack/libbeat/management/managerV2.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/x-pack/libbeat/management/managerV2.go b/x-pack/libbeat/management/managerV2.go index fbca2c280321..7960e9240d2d 100644 --- a/x-pack/libbeat/management/managerV2.go +++ b/x-pack/libbeat/management/managerV2.go @@ -13,16 +13,17 @@ import ( "syscall" "time" - "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/gofrs/uuid" "github.com/joeshaw/multierror" "go.uber.org/zap/zapcore" gproto "google.golang.org/protobuf/proto" "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"