diff --git a/editor/src/lib.rs b/editor/src/lib.rs index 83597100cf..a26b8fbafa 100644 --- a/editor/src/lib.rs +++ b/editor/src/lib.rs @@ -150,11 +150,7 @@ fn run_event_loop() -> Result<(), Box> { .. } => { 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 {