cargo fmt

This commit is contained in:
Henry Schimke
2022-11-05 16:38:51 -05:00
parent 5d906edbde
commit 5e1f4c7011
7 changed files with 42 additions and 24 deletions

View File

@@ -1,10 +1,10 @@
mod encoder;
mod encoder_context;
pub mod error_correction;
pub mod high_level_encoder;
pub mod minimal_encoder;
mod symbol_info;
mod symbol_shape_hint;
pub mod error_correction;
pub use encoder::*;
pub use encoder_context::*;