Skip to content

Commit

Permalink
Update selector_task.go
Browse files Browse the repository at this point in the history
  • Loading branch information
liyue201 authored Nov 3, 2020
1 parent a5c05f8 commit b5d2f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/sector-storage/selector_task.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ func (s *taskSelector) Cmp(ctx context.Context, _ sealtasks.TaskType, a, b *work
return a.utilization() < b.utilization(), nil
}

var _ WorkerSelector = &allocSelector{}
var _ WorkerSelector = &taskSelector{}

0 comments on commit b5d2f01

Please sign in to comment.