Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fmt
  • Loading branch information
sreya committed Apr 2, 2024
commit 2ddeb8e562f8d19d9c2dd8a0809ef01b6c5ff309
4 changes: 1 addition & 3 deletions agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -1643,9 +1643,7 @@ func (a *agent) manageProcessPriority(ctx context.Context, debouncer *logDebounc
return nil, xerrors.Errorf("list: %w", err)
}

var (
modProcs = []*agentproc.Process{}
)
modProcs := []*agentproc.Process{}

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