cargo fmt

This commit is contained in:
2026-03-18 02:04:31 +08:00
parent 5e0f5f19f0
commit aa2ccf6c3f
20 changed files with 88 additions and 65 deletions

View File

@@ -1,8 +1,6 @@
use crate::{
lock_w,
services::client_config::{
load_app_config, open_config_window, save_app_config, AppConfig,
},
services::client_config::{load_app_config, open_config_window, save_app_config, AppConfig},
state::FDOLL,
};