cargo fmt

This commit is contained in:
Henry Schimke
2022-12-16 13:05:08 -06:00
parent 54d68c174d
commit 903b12d9fd
21 changed files with 80 additions and 66 deletions

View File

@@ -14,10 +14,7 @@
* limitations under the License.
*/
use rxing::{
oned::{CodaBarReader},
BarcodeFormat,
};
use rxing::{oned::CodaBarReader, BarcodeFormat};
mod common;

View File

@@ -1,6 +1,4 @@
use rxing::{
BarcodeFormat, MultiFormatReader,
};
use rxing::{BarcodeFormat, MultiFormatReader};
mod common;

View File

@@ -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;

View File

@@ -14,9 +14,7 @@
* limitations under the License.
*/
use rxing::{
BarcodeFormat, MultiFormatReader,
};
use rxing::{BarcodeFormat, MultiFormatReader};
mod common;

View File

@@ -14,9 +14,7 @@
* limitations under the License.
*/
use rxing::{
BarcodeFormat, MultiFormatReader,
};
use rxing::{BarcodeFormat, MultiFormatReader};
mod common;

View File

@@ -14,9 +14,7 @@
* limitations under the License.
*/
use rxing::{
BarcodeFormat, MultiFormatReader,
};
use rxing::{BarcodeFormat, MultiFormatReader};
mod common;

View File

@@ -14,9 +14,7 @@
* limitations under the License.
*/
use rxing::{
BarcodeFormat, MultiFormatReader,
};
use rxing::{BarcodeFormat, MultiFormatReader};
mod common;