1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 09:37:27 +00:00

Remove useless reference in Deck::write_f1_supergroup

This commit is contained in:
Steffo 2022-08-22 18:17:28 +02:00
parent 5c1075031f
commit d869d6d943
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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