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 2009 ZXing authors
|
||||
*
|
||||
@@ -19,7 +18,10 @@
|
||||
|
||||
use std::fmt;
|
||||
|
||||
use crate::{common::{BitMatrix, BitArray}, Exceptions, Binarizer};
|
||||
use crate::{
|
||||
common::{BitArray, BitMatrix},
|
||||
Binarizer, Exceptions,
|
||||
};
|
||||
|
||||
/**
|
||||
* This class is the core bitmap class used by ZXing to represent 1 bit data. Reader objects
|
||||
@@ -161,4 +163,4 @@ impl fmt::Display for BinaryBitmap {
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
write!(f, "{}", self.getBlackMatrix().unwrap())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user