Chore(rustfmt)

This commit is contained in:
a-kenji 2021-04-03 21:28:57 +02:00
parent 4f5f189373
commit a4430bf158

View file

@ -82,8 +82,7 @@ impl InputHandler {
break 'input_loop; break 'input_loop;
} }
} }
termion::event::Event::Mouse(_) termion::event::Event::Mouse(_) | termion::event::Event::Unsupported(_) => {
| termion::event::Event::Unsupported(_) => {
// Mouse and unsupported events aren't implemented yet, // Mouse and unsupported events aren't implemented yet,
// use a NoOp untill then. // use a NoOp untill then.
} }