summaryrefslogtreecommitdiffstats
path: root/src/run.rs
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-04-24 10:39:02 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-04-24 10:39:02 -0400
commitb9425115b6d8995acdd3ccb9ccec77adf650d4c8 (patch)
treed6b0bae68c61193fce59dcf90878d9825ea3e1cd /src/run.rs
parent6e95a6600679e6787a56ec5ef2a88fe0fbcf031f (diff)
cargo fmt
Diffstat (limited to 'src/run.rs')
-rw-r--r--src/run.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/run.rs b/src/run.rs
index 587b0d7..bcc56a9 100644
--- a/src/run.rs
+++ b/src/run.rs
@@ -48,7 +48,11 @@ fn recurse_get_keycommand(keymap: &HashMap<i32, CommandKeybind>) -> Option<&Box<
}
}
-fn join_thread(context: &mut JoshutoContext, thread: FileOperationThread, view: &JoshutoView) -> Result<(), std::io::Error> {
+fn join_thread(
+ context: &mut JoshutoContext,
+ thread: FileOperationThread,
+ view: &JoshutoView,
+) -> Result<(), std::io::Error> {
ncurses::werase(view.bot_win.win);
ncurses::doupdate();