From d5b9dee2fdc44b843f1048140035404d4e036669 Mon Sep 17 00:00:00 2001 From: Cedric Hutchings Date: Tue, 2 Jun 2020 16:48:55 -0400 Subject: Attempt to appease rustfmt --- examples/integration/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/integration/src/main.rs b/examples/integration/src/main.rs index 2b0874e3..6b4aa968 100644 --- a/examples/integration/src/main.rs +++ b/examples/integration/src/main.rs @@ -144,7 +144,7 @@ pub fn main() { present_mode: wgpu::PresentMode::Mailbox, }, ); - + resized = false; } -- cgit