Chore(rustfmt)
This commit is contained in:
parent
4f5f189373
commit
a4430bf158
1 changed files with 4 additions and 5 deletions
|
|
@ -82,11 +82,10 @@ impl InputHandler {
|
|||
break 'input_loop;
|
||||
}
|
||||
}
|
||||
termion::event::Event::Mouse(_)
|
||||
| termion::event::Event::Unsupported(_) => {
|
||||
// Mouse and unsupported events aren't implemented yet,
|
||||
// use a NoOp untill then.
|
||||
}
|
||||
termion::event::Event::Mouse(_) | termion::event::Event::Unsupported(_) => {
|
||||
// Mouse and unsupported events aren't implemented yet,
|
||||
// use a NoOp untill then.
|
||||
}
|
||||
},
|
||||
Err(err) => panic!("Encountered read error: {:?}", err),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue