mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
clippy --fix
This commit is contained in:
@@ -309,9 +309,7 @@ fn getBarcodeMetadata<T: DetectionRXingResultRowIndicatorColumn>(
|
||||
// return leftBarcodeMetadata;
|
||||
// }
|
||||
|
||||
if leftBarcodeMetadata.is_none() {
|
||||
return None;
|
||||
}
|
||||
leftBarcodeMetadata?;
|
||||
|
||||
if leftBarcodeMetadata.as_ref().unwrap().getColumnCount()
|
||||
!= rightBarcodeMetadata.as_ref().unwrap().getColumnCount()
|
||||
|
||||
Reference in New Issue
Block a user