cargo fmt

This commit is contained in:
Henry Schimke
2022-11-28 11:51:46 -06:00
parent 75e69bc498
commit 967047eb66
5 changed files with 11 additions and 8 deletions

View File

@@ -169,7 +169,7 @@ impl MultiFormatReader {
//TODO: ADD MultiformatOneDReader here
}
}
self.readers = readers;//Vec::new(); //readers.toArray(EMPTY_READER_ARRAY);
self.readers = readers; //Vec::new(); //readers.toArray(EMPTY_READER_ARRAY);
}
pub fn decodeInternal(&mut self, image: &BinaryBitmap) -> Result<RXingResult, Exceptions> {