Skip to content

Commit 5845cbb

Browse files
committed
cargo fmt
1 parent 76992fc commit 5845cbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2709,8 +2709,8 @@ fn evm_priority_cannot_overtake_unstake() {
27092709
];
27102710

27112711
queue.sort_by(|a, b| {
2712-
b.1.cmp(&a.1) // higher priority first
2713-
.then_with(|| a.2.cmp(&b.2)) // earlier arrival first when equal
2712+
b.1.cmp(&a.1) // higher priority first
2713+
.then_with(|| a.2.cmp(&b.2)) // earlier arrival first when equal
27142714
});
27152715

27162716
let first = queue.first().map(|entry| entry.0);

0 commit comments

Comments
 (0)