cargo fmt

This commit is contained in:
Ferran Basora 2020-05-30 14:44:28 +00:00
parent 2bb8900e6b
commit 794621f526

View File

@ -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![];