mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
cargo fmt
This commit is contained in:
@@ -14,15 +14,12 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Represents possible PDF417 barcode compaction types.
|
||||
*/
|
||||
pub enum Compaction {
|
||||
|
||||
AUTO=0,
|
||||
TEXT=1,
|
||||
BYTE=2,
|
||||
NUMERIC=3
|
||||
|
||||
AUTO = 0,
|
||||
TEXT = 1,
|
||||
BYTE = 2,
|
||||
NUMERIC = 3,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user