diff options
author | 2020-06-02 16:48:55 -0400 | |
---|---|---|
committer | 2020-06-02 16:48:55 -0400 | |
commit | d5b9dee2fdc44b843f1048140035404d4e036669 (patch) | |
tree | 690ca66589a048c44a103753608981640c250f69 /examples | |
parent | 99eda093d6f3df8528fe442c89ebf86422d8c9cd (diff) | |
download | iced-d5b9dee2fdc44b843f1048140035404d4e036669.tar.gz iced-d5b9dee2fdc44b843f1048140035404d4e036669.tar.bz2 iced-d5b9dee2fdc44b843f1048140035404d4e036669.zip |
Attempt to appease rustfmt
Diffstat (limited to 'examples')
-rw-r--r-- | examples/integration/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |