mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
cargo fmt
This commit is contained in:
@@ -197,8 +197,11 @@ impl<'a> GeneralAppIdDecoder<'_> {
|
||||
}
|
||||
} //while (!isFinished);
|
||||
|
||||
if result.getDecodedInformation().is_some(){ Ok(result.getDecodedInformation().as_ref().unwrap().clone())}
|
||||
else {Err(Exceptions::NotFoundException("".to_owned()))}
|
||||
if result.getDecodedInformation().is_some() {
|
||||
Ok(result.getDecodedInformation().as_ref().unwrap().clone())
|
||||
} else {
|
||||
Err(Exceptions::NotFoundException("".to_owned()))
|
||||
}
|
||||
}
|
||||
|
||||
fn parseNumericBlock(&mut self) -> Result<BlockParsedRXingResult, Exceptions> {
|
||||
|
||||
Reference in New Issue
Block a user