mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
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:
parent
95404ed2d7
commit
c781de8c24
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ fn get_identifiers(ftl_text: &str) -> Vec<String> {
|
|||
}
|
||||
}
|
||||
|
||||
idents.sort();
|
||||
|
||||
idents
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue