更新代码格式

This commit is contained in:
Tlntin
2022-12-10 17:56:53 +08:00
parent ded7e5840d
commit 460ced3a51

View File

@@ -120,9 +120,7 @@ fn main() -> wry::Result<()> {
.unwrap();
#[cfg(target_os = "linux")]
let window = common_window
.build(&event_loop)
.unwrap();
let window = common_window.build(&event_loop).unwrap();
#[cfg(target_os = "macos")]
let window = common_window