Update selector_task.go

This commit is contained in:
stirlingx
2020-11-03 09:20:48 +08:00
committed by GitHub
parent a5c05f87f1
commit b5d2f01993
+1 -1
View File
@@ -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{}