chore: apply cargo fmt before release

- Format code in app_config.rs to comply with rustfmt rules
- Remove extra blank line in config.rs
- Format test code in app_config_load.rs for consistency
This commit is contained in:
Jason
2025-11-06 16:32:45 +08:00
parent 69c0a09604
commit 03e15916dd
3 changed files with 5 additions and 10 deletions

View File

@@ -78,7 +78,6 @@ pub fn get_app_config_path() -> PathBuf {
get_app_config_dir().join("config.json")
}
/// 清理供应商名称,确保文件名安全
pub fn sanitize_provider_name(name: &str) -> String {
name.chars()