Skip to content

Commit 2ddeb8e

Browse files
committed
fmt
1 parent 561279b commit 2ddeb8e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

agent/agent.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,9 +1643,7 @@ func (a *agent) manageProcessPriority(ctx context.Context, debouncer *logDebounc
16431643
return nil, xerrors.Errorf("list: %w", err)
16441644
}
16451645

1646-
var (
1647-
modProcs = []*agentproc.Process{}
1648-
)
1646+
modProcs := []*agentproc.Process{}
16491647

16501648
for _, proc := range procs {
16511649
containsFn := func(e string) bool {

0 commit comments

Comments
 (0)