mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 04:42:35 +00:00
cargo fmt
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user