cargo fmt

This commit is contained in:
Henry Schimke
2022-10-17 10:51:08 -05:00
parent 111fe47566
commit ae11af8c5b
136 changed files with 2117 additions and 1776 deletions

View File

@@ -1,5 +1,5 @@
pub mod detector;
pub mod decoder;
pub mod detector;
pub mod encoder;
mod qr_code_reader;
@@ -9,4 +9,4 @@ mod qr_code_writer;
pub use qr_code_writer::*;
#[cfg(test)]
mod QRCodeWriterTestCase;
mod QRCodeWriterTestCase;