summaryrefslogtreecommitdiffstats
path: root/examples/qr_code
diff options
context:
space:
mode:
authorLibravatar Jedsek <jedsek@qq.com>2023-01-20 13:56:02 +0800
committerLibravatar GitHub <noreply@github.com>2023-01-20 13:56:02 +0800
commit06fb7e0b51e0750122e6775ab5cec59d6e3431d4 (patch)
tree8017607ac52b04e8df837c2560dc8a9582472a29 /examples/qr_code
parentccd02c525bd5751d828bb6ab7b656d88526b2b55 (diff)
downloadiced-06fb7e0b51e0750122e6775ab5cec59d6e3431d4.tar.gz
iced-06fb7e0b51e0750122e6775ab5cec59d6e3431d4.tar.bz2
iced-06fb7e0b51e0750122e6775ab5cec59d6e3431d4.zip
Update main.rs
Diffstat (limited to 'examples/qr_code')
-rw-r--r--examples/qr_code/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qr_code/src/main.rs b/examples/qr_code/src/main.rs
index 27b41fdc..42b58a21 100644
--- a/examples/qr_code/src/main.rs
+++ b/examples/qr_code/src/main.rs
@@ -37,7 +37,7 @@ impl Sandbox for QRGenerator {
None
} else {
qr_code::State::new(&data).ok()
- }
+ };
self.data = data;
}