Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
gents83 committed Sep 22, 2023
1 parent ac30622 commit 4e68258
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/tests/mem_leaks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,7 @@ fn draw_test_with_reports(
let report = global_report.hub_report();
assert_eq!(report.command_buffers.num_allocated, 0);

ctx.device
.poll(wgpu::Maintain::Wait);
ctx.device.poll(wgpu::Maintain::Wait);

let global_report = ctx.instance.generate_report();
let report = global_report.hub_report();
Expand Down

0 comments on commit 4e68258

Please sign in to comment.