mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
rust fmt
This commit is contained in:
@@ -230,11 +230,12 @@ impl MinimalECIInput {
|
|||||||
|
|
||||||
Self {
|
Self {
|
||||||
bytes: bytes,
|
bytes: bytes,
|
||||||
fnc1: if let Some(fnc1_exists) = fnc1 {//}.as_ref().unwrap().chars().nth(0).unwrap() as u16,
|
fnc1: if let Some(fnc1_exists) = fnc1 {
|
||||||
fnc1_exists.chars().nth(0).unwrap() as u16
|
//}.as_ref().unwrap().chars().nth(0).unwrap() as u16,
|
||||||
}else{
|
fnc1_exists.chars().nth(0).unwrap() as u16
|
||||||
1000
|
} else {
|
||||||
}
|
1000
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -84,6 +84,6 @@ mod rgb_luminance_source;
|
|||||||
pub use rgb_luminance_source::*;
|
pub use rgb_luminance_source::*;
|
||||||
|
|
||||||
pub mod datamatrix;
|
pub mod datamatrix;
|
||||||
pub mod multi;
|
pub mod multi;
|
||||||
pub mod oned;
|
pub mod oned;
|
||||||
pub mod pdf417;
|
pub mod pdf417;
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user