summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Cedric Hutchings <cedhut02@gmail.com>2020-06-02 16:48:55 -0400
committerLibravatar GitHub <noreply@github.com>2020-06-02 16:48:55 -0400
commitd5b9dee2fdc44b843f1048140035404d4e036669 (patch)
tree690ca66589a048c44a103753608981640c250f69 /examples
parent99eda093d6f3df8528fe442c89ebf86422d8c9cd (diff)
downloadiced-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.rs2
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;
}