summaryrefslogtreecommitdiffstats
path: root/src/ui/views/tui_worker_view.rs
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-09-25 13:00:18 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-09-25 13:00:18 -0400
commit4165d4f902b5770429c5a404c4191388c5cf8180 (patch)
treea3f88a35116a5812f8ba5942e16a5366299910f9 /src/ui/views/tui_worker_view.rs
parentcbfdb2c715f47944e10b4a74e8fc74c1b51977de (diff)
cargo fmt
Diffstat (limited to 'src/ui/views/tui_worker_view.rs')
-rw-r--r--src/ui/views/tui_worker_view.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/views/tui_worker_view.rs b/src/ui/views/tui_worker_view.rs
index 59f7abd..08ed38d 100644
--- a/src/ui/views/tui_worker_view.rs
+++ b/src/ui/views/tui_worker_view.rs
@@ -48,7 +48,7 @@ impl TuiWorkerView {
match event {
Event::Key(Key::Esc) => break,
Event::Key(k) if k == self.exit_key => break,
- _ => {},
+ _ => {}
}
context.flush_event();
}