mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
cargo fmt
This commit is contained in:
parent
5b7427b762
commit
94367867ea
1 changed files with 1 additions and 5 deletions
|
@ -150,11 +150,7 @@ fn run_event_loop() -> Result<(), Box<dyn Error>> {
|
|||
..
|
||||
} => {
|
||||
if let Some(virtual_keycode) = input.virtual_keycode {
|
||||
handle_keydown(
|
||||
input.state,
|
||||
virtual_keycode,
|
||||
keyboard_modifiers,
|
||||
);
|
||||
handle_keydown(input.state, virtual_keycode, keyboard_modifiers);
|
||||
}
|
||||
}
|
||||
winit::event::Event::WindowEvent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue