Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrasnitski committed Jan 31, 2024
1 parent 3ae2040 commit bed7a75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/minimal-egui/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ fn main() -> Result<(), Error> {
if let Err(err) = render_result {
log_error("pixels.render", err);
elwt.exit();
return;
}
}
Event::WindowEvent { event, .. } => {
Expand Down

0 comments on commit bed7a75

Please sign in to comment.