cargo fmt

This commit is contained in:
Henry Schimke
2022-12-18 11:06:59 -06:00
parent 3ef74a663d
commit 6dbcc60c64
5 changed files with 678 additions and 820 deletions

View File

@@ -17,7 +17,7 @@
/**
* Represents possible PDF417 barcode compaction types.
*/
#[derive(Clone, Copy,PartialEq, Eq)]
#[derive(Clone, Copy, PartialEq, Eq)]
pub enum Compaction {
AUTO = 0,
TEXT = 1,