mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
cargo fmt
This commit is contained in:
@@ -14,10 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
use rxing::{
|
||||
oned::{CodaBarReader},
|
||||
BarcodeFormat,
|
||||
};
|
||||
use rxing::{oned::CodaBarReader, BarcodeFormat};
|
||||
|
||||
mod common;
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
use rxing::{
|
||||
BarcodeFormat, MultiFormatReader,
|
||||
};
|
||||
use rxing::{BarcodeFormat, MultiFormatReader};
|
||||
|
||||
mod common;
|
||||
|
||||
|
||||
@@ -5,10 +5,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
use rxing::{
|
||||
oned::{Code39Reader},
|
||||
BarcodeFormat, MultiFormatReader,
|
||||
};
|
||||
use rxing::{oned::Code39Reader, BarcodeFormat, MultiFormatReader};
|
||||
|
||||
mod common;
|
||||
|
||||
|
||||
@@ -14,9 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
use rxing::{
|
||||
BarcodeFormat, MultiFormatReader,
|
||||
};
|
||||
use rxing::{BarcodeFormat, MultiFormatReader};
|
||||
|
||||
mod common;
|
||||
|
||||
|
||||
@@ -14,9 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
use rxing::{
|
||||
BarcodeFormat, MultiFormatReader,
|
||||
};
|
||||
use rxing::{BarcodeFormat, MultiFormatReader};
|
||||
|
||||
mod common;
|
||||
|
||||
|
||||
@@ -14,9 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
use rxing::{
|
||||
BarcodeFormat, MultiFormatReader,
|
||||
};
|
||||
use rxing::{BarcodeFormat, MultiFormatReader};
|
||||
|
||||
mod common;
|
||||
|
||||
|
||||
@@ -14,9 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
use rxing::{
|
||||
BarcodeFormat, MultiFormatReader,
|
||||
};
|
||||
use rxing::{BarcodeFormat, MultiFormatReader};
|
||||
|
||||
mod common;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user