🎨 Just code formatting

This commit is contained in:
Tw93
2024-05-08 17:15:50 +08:00
parent d50b22356a
commit f5319394f5
3 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#![cfg_attr(
all(not(debug_assertions), target_os = "windows"),
windows_subsystem = "windows"
all(not(debug_assertions), target_os = "windows"),
windows_subsystem = "windows"
)]
mod app;