mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
Remove useless reference in Deck::write_f1_supergroup
This commit is contained in:
parent
5c1075031f
commit
d869d6d943
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ impl Deck {
|
|||
.sorted_by(|(a_key, a_group), (b_key, b_group)|
|
||||
a_group.len().cmp(&b_group.len())
|
||||
.then(
|
||||
a_key.cmp(&b_key))
|
||||
a_key.cmp(b_key))
|
||||
);
|
||||
|
||||
// Write all groups
|
||||
|
|
Loading…
Reference in a new issue