We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c3289 commit 4d40bb5Copy full SHA for 4d40bb5
src/main.rs
@@ -293,7 +293,7 @@ async fn actual_main(cli_app: Ferium) -> Result<()> {
293
config.profiles.iter_mut().for_each(|profile| {
294
profile
295
.mods
296
- .sort_by_cached_key(|mod_| mod_.name.to_lowercase())
+ .sort_by_cached_key(|mod_| mod_.name.to_lowercase());
297
});
298
// Update config file with possibly edited config
299
config::write_file(&mut config_file, &config).await?;
0 commit comments