Update formatting

This commit is contained in:
Hanno Braun 2025-03-28 18:44:15 +01:00
parent 54d6dda39d
commit cb569ec2ff

View File

@ -141,7 +141,9 @@ impl ApplicationHandler for DisplayState {
}
fn about_to_wait(&mut self, _: &ActiveEventLoop) {
let Some(window) = &self.window else { return };
let Some(window) = &self.window else {
return;
};
window.window().request_redraw();
}
}