更新代码格式
This commit is contained in:
@@ -184,7 +184,7 @@ fn main() -> wry::Result<()> {
|
|||||||
v.into_string().unwrap(),
|
v.into_string().unwrap(),
|
||||||
package_name,
|
package_name,
|
||||||
),
|
),
|
||||||
None => panic!("can't found any user")
|
None => panic!("can't found any user"),
|
||||||
};
|
};
|
||||||
#[cfg(target_os = "linux")]
|
#[cfg(target_os = "linux")]
|
||||||
let data_path = std::path::PathBuf::from(&config_path);
|
let data_path = std::path::PathBuf::from(&config_path);
|
||||||
|
|||||||
Reference in New Issue
Block a user