refactor: cargo fmt

This commit is contained in:
2026-05-15 21:06:20 +03:00
parent c6d9f2d6e7
commit d974a93c04
+1 -1
View File
@@ -10,5 +10,5 @@ async fn main() -> Result<()> {
let locale = sys_locale::get_locale().unwrap_or(String::from("en-US"));
rust_i18n::set_locale(&locale);
gui::run().await
gui::run().await
}