@@ -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.");
@@ -252,4 +252,4 @@ fn extract_zip(file: &Path, target: &Path) -> anyhow::Result<()> {
Ok(())
-}
+}