Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
snadrus authored and magik6k committed Apr 16, 2024
1 parent da92001 commit ccf81ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/harmony/harmonytask/harmonytask.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ func (e *TaskEngine) pollerTryAllWork() bool {
}
// if no work was accepted, are we bored? Then find work in priority order.
for _, v := range e.handlers {
v := v
if v.AssertMachineHasCapacity() != nil {
continue
}
Expand Down

0 comments on commit ccf81ec

Please sign in to comment.