From ac1945404efde5fbec7f3004f688dfd08f28cf55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Fri, 17 Feb 2023 13:57:04 +0100 Subject: [PATCH] Run `cargo fmt` --- examples/qr_code/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }