Skip to content

Commit

Permalink
Merge pull request #4699 from blockchain-lib/master
Browse files Browse the repository at this point in the history
struct name incorrect
  • Loading branch information
magik6k authored Nov 3, 2020
2 parents c215615 + b5d2f01 commit 761c9ee
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 761c9ee

Please sign in to comment.