Format code

This commit is contained in:
YuKun Liu 2022-05-11 11:15:33 +08:00
parent 065da8db65
commit 60bb0d9eb9
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ impl Tool {
}
}
Tool::AppPath {} => {
if let Some(v) = tools::tools_path().to_str() {
if let Some(v) = tools::tools_path().to_str() {
println!("{}", v);
} else {
log::error!("Tools path get failed.");

View file

@ -252,4 +252,4 @@ fn extract_zip(file: &Path, target: &Path) -> anyhow::Result<()> {
}
Ok(())
}
}