summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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()?;