summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2024-01-14 05:41:49 +0900
committerKyohei Uto <im@kyoheiu.dev>2024-01-14 05:41:49 +0900
commite6ef21c4570b55b681d10814daf8b3078c65e6bc (patch)
tree77a9428a9554bd395cfa7181db2b130b749bce09
parent55d69b525be94e0712c8e761e7ee9bd980ff2e33 (diff)
fmt
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 699da68..d3fd81b 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -49,7 +49,7 @@ fn main() -> Result<(), errors::FxError> {
_ => {
if args[1].starts_with("--choosefiles=") {
let target_path = PathBuf::from(args[1].split('=').nth(1).unwrap());
- if let Err(e) = run::run(
+ if let Err(e) = run::run(
std::env::current_dir().unwrap_or_else(|_| PathBuf::from(".")),
false,
Some(target_path),