Format rust files

This commit is contained in:
Arash Hatami
2021-10-01 22:48:04 +03:30
parent 18b1646cd4
commit 2894a5ab7b
5 changed files with 38 additions and 16 deletions

View File

@@ -477,7 +477,7 @@ impl UI {
#[cfg(target_os = "linux")]
return crate::platform::linux::fix_login_wayland();
}
fn current_is_wayland(&mut self) -> bool {
#[cfg(target_os = "linux")]
return crate::platform::linux::current_is_wayland();