mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-08 15:30:37 +00:00
cargo fmt
This commit is contained in:
parent
2bb8900e6b
commit
794621f526
@ -152,7 +152,7 @@ impl<'a> View<'a> {
|
||||
|
||||
fn listen(&mut self, stdin: &mut dyn Read, stdout: &mut dyn Write) -> CaptureEvent {
|
||||
if self.matches.is_empty() {
|
||||
return CaptureEvent::Exit
|
||||
return CaptureEvent::Exit;
|
||||
}
|
||||
|
||||
let mut chosen = vec![];
|
||||
|
Loading…
Reference in New Issue
Block a user