diff options
| author | 2023-02-17 13:57:04 +0100 | |
|---|---|---|
| committer | 2023-02-17 13:57:04 +0100 | |
| commit | ac1945404efde5fbec7f3004f688dfd08f28cf55 (patch) | |
| tree | a603064aa15321bdaf94efd97e7d24257629a652 /examples | |
| parent | 06fb7e0b51e0750122e6775ab5cec59d6e3431d4 (diff) | |
| download | iced-ac1945404efde5fbec7f3004f688dfd08f28cf55.tar.gz iced-ac1945404efde5fbec7f3004f688dfd08f28cf55.tar.bz2 iced-ac1945404efde5fbec7f3004f688dfd08f28cf55.zip | |
Run `cargo fmt`
Diffstat (limited to '')
| -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;              }          } | 
