mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-28 05:12:34 +00:00
cargo fmt
This commit is contained in:
@@ -162,7 +162,7 @@ impl OneDReader for RSSExpandedReader {
|
||||
// try {
|
||||
if let Ok(decoded_two_pairs) = self.decodeRow2pairs(rowNumber, row) {
|
||||
if let Ok(possible_result) = Self::constructRXingResult(&decoded_two_pairs) {
|
||||
return Ok(possible_result)
|
||||
return Ok(possible_result);
|
||||
}
|
||||
}
|
||||
// let possible = Self::constructRXingResult(&self.decodeRow2pairs(rowNumber, row)?);
|
||||
|
||||
Reference in New Issue
Block a user