Run cargo fmt

This commit is contained in:
Héctor Ramón Jiménez 2023-02-17 13:57:04 +01:00
parent 06fb7e0b51
commit ac1945404e
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -38,7 +38,7 @@ impl Sandbox for QRGenerator {
} else {
qr_code::State::new(&data).ok()
};
self.data = data;
}
}