Chore(rustfmt)
This commit is contained in:
parent
4f5f189373
commit
a4430bf158
1 changed files with 4 additions and 5 deletions
|
|
@ -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.
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue