Skip to content

Commit

Permalink
Run fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaphula committed Jan 15, 2024
1 parent 1a04327 commit d8aa8f3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion egui-sdl2-event-example/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,13 @@ fn paint_and_update_textures(
renderer.update_texture(device, queue, *id, image_delta);
}

renderer.update_buffers(device, queue, &mut encoder, clipped_primitives, &screen_descriptor);
renderer.update_buffers(
device,
queue,
&mut encoder,
clipped_primitives,
&screen_descriptor,
);
}

{
Expand Down

0 comments on commit d8aa8f3

Please sign in to comment.