summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2022-06-28 13:22:10 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2022-06-28 13:22:10 -0400
commit8003024229351be3fb0641cab49fc5264c7c5ee6 (patch)
treea56b5e521a4051031c096eb00302da15bbc95be3 /src
parentb6ec8caacdec9b521b7a63b24f89a6f1e7b00f47 (diff)
cargo fmt
Diffstat (limited to 'src')
-rw-r--r--src/commands/bulk_rename.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/bulk_rename.rs b/src/commands/bulk_rename.rs
index 87d69fe..1c0403c 100644
--- a/src/commands/bulk_rename.rs
+++ b/src/commands/bulk_rename.rs
@@ -114,7 +114,7 @@ pub fn _bulk_rename(context: &mut AppContext) -> JoshutoResult {
handle.wait()?;
}
}
- _ => {},
+ _ => {}
}
wait_for_enter()?;