Skip to content

Commit

Permalink
Running mage fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Apr 11, 2023
1 parent 16d4215 commit 4454398
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/pkg/agent/application/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ package application
import (
"fmt"

"github.com/elastic/elastic-agent/pkg/features"

"go.elastic.co/apm"

"github.com/elastic/elastic-agent-libs/logp"
Expand All @@ -24,7 +26,6 @@ import (
"github.com/elastic/elastic-agent/pkg/component"
"github.com/elastic/elastic-agent/pkg/component/runtime"
"github.com/elastic/elastic-agent/pkg/core/logger"
"github.com/elastic/elastic-agent/pkg/features"
)

// New creates a new Agent and bootstrap the required subsystem.
Expand Down

0 comments on commit 4454398

Please sign in to comment.