summaryrefslogtreecommitdiffstats
path: root/examples/qr_code
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-17 13:57:04 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-17 13:57:04 +0100
commitac1945404efde5fbec7f3004f688dfd08f28cf55 (patch)
treea603064aa15321bdaf94efd97e7d24257629a652 /examples/qr_code
parent06fb7e0b51e0750122e6775ab5cec59d6e3431d4 (diff)
downloadiced-ac1945404efde5fbec7f3004f688dfd08f28cf55.tar.gz
iced-ac1945404efde5fbec7f3004f688dfd08f28cf55.tar.bz2
iced-ac1945404efde5fbec7f3004f688dfd08f28cf55.zip
Run `cargo fmt`
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 42b58a21..c10c665b 100644
--- a/examples/qr_code/src/main.rs
+++ b/examples/qr_code/src/main.rs
@@ -38,7 +38,7 @@ impl Sandbox for QRGenerator {
} else {
qr_code::State::new(&data).ok()
};
-
+
self.data = data;
}
}