mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
cargo fmt
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* Copyright 2007 ZXing authors
|
||||
*
|
||||
@@ -17,7 +16,7 @@
|
||||
|
||||
//package com.google.zxing;
|
||||
|
||||
use crate::{BinaryBitmap, RXingResult, Exceptions, DecodingHintDictionary};
|
||||
use crate::{BinaryBitmap, DecodingHintDictionary, Exceptions, RXingResult};
|
||||
|
||||
/**
|
||||
* Implementations of this interface can decode an image of a barcode in some format into
|
||||
@@ -68,4 +67,4 @@ pub trait Reader {
|
||||
* for reuse.
|
||||
*/
|
||||
fn reset(&self);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user