mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 04:42:35 +00:00
updated cargo fmt
This commit is contained in:
@@ -87,8 +87,10 @@ fn assertCorrectImage2result(fileName: &str, expected: ExpandedProductParsedRXin
|
||||
theRXingResult.getBarcodeFormat()
|
||||
);
|
||||
|
||||
let ParsedClientResult::ExpandedProductResult(result) = crate::client::result::parseRXingResult(&theRXingResult) else {
|
||||
panic!("incorrect result type found");
|
||||
let ParsedClientResult::ExpandedProductResult(result) =
|
||||
crate::client::result::parseRXingResult(&theRXingResult)
|
||||
else {
|
||||
panic!("incorrect result type found");
|
||||
};
|
||||
|
||||
assert_eq!(expected, result);
|
||||
|
||||
Reference in New Issue
Block a user