更新代码格式

This commit is contained in:
Tlntin
2022-12-10 17:53:52 +08:00
parent 7fece7f4e2
commit ded7e5840d

View File

@@ -184,7 +184,7 @@ fn main() -> wry::Result<()> {
v.into_string().unwrap(),
package_name,
),
None => panic!("can't found any user")
None => panic!("can't found any user"),
};
#[cfg(target_os = "linux")]
let data_path = std::path::PathBuf::from(&config_path);