sort FStrings

- easier to read
- ensures things don't break when ankirspy and anki wheels built
on separate machines due to mismatched directory order
This commit is contained in:
Damien Elmes 2020-02-25 08:26:20 +10:00
parent 95404ed2d7
commit c781de8c24

View file

@ -15,6 +15,8 @@ fn get_identifiers(ftl_text: &str) -> Vec<String> {
}
}
idents.sort();
idents
}