Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 19, 2023
1 parent 44c8539 commit d75652f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/egui-wgpu/src/winit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ impl Painter {
if let Some(window) = window {
let size = window.inner_size();
if self.surfaces.get(&viewport_id).is_none() {

let surface = unsafe {
crate::profile_scope!("create_surface");
self.instance.create_surface(&window)?
Expand Down

0 comments on commit d75652f

Please sign in to comment.