mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix default run order
This commit is contained in:
parent
f4de0ffee9
commit
fb4dd9fd22
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require "./run_order"
|
|||
module Spectator
|
||||
private class DefinedRunOrder < RunOrder
|
||||
def sort(a : Example, b : Example) : Int32
|
||||
-1
|
||||
0
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue