mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 12:52:34 +00:00
cargo fmt
This commit is contained in:
@@ -126,7 +126,7 @@ pub fn parse_result_with_parser<F: Fn(&RXingResult) -> Option<ParsedClientResult
|
||||
the_rxing_result: &RXingResult,
|
||||
parser: F,
|
||||
) -> Option<ParsedClientResult> {
|
||||
parser(the_rxing_result)
|
||||
parser(the_rxing_result)
|
||||
}
|
||||
|
||||
pub fn parseRXingResult(the_rxing_result: &RXingResult) -> ParsedClientResult {
|
||||
|
||||
Reference in New Issue
Block a user