Attempt to appease rustfmt

This commit is contained in:
Cedric Hutchings 2020-06-02 16:48:55 -04:00 committed by GitHub
parent 99eda093d6
commit d5b9dee2fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ pub fn main() {
present_mode: wgpu::PresentMode::Mailbox, present_mode: wgpu::PresentMode::Mailbox,
}, },
); );
resized = false; resized = false;
} }