diff options
Diffstat (limited to 'examples/qr_code/src/main.rs')
-rw-r--r-- | examples/qr_code/src/main.rs | 2 |
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; } } |