mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
chore: version update and cargo fmt
This commit is contained in:
@@ -46,7 +46,10 @@ fn telepen_numeric_test_case() {
|
||||
);
|
||||
|
||||
tester.add_test_complex(7, 1, 0, 0, 0.0);
|
||||
tester.add_hint(rxing::DecodeHintType::TELEPEN_AS_NUMERIC, rxing::DecodeHintValue::TelepenAsNumeric(true));
|
||||
tester.add_hint(
|
||||
rxing::DecodeHintType::TELEPEN_AS_NUMERIC,
|
||||
rxing::DecodeHintValue::TelepenAsNumeric(true),
|
||||
);
|
||||
tester.ignore_pure = true;
|
||||
|
||||
tester.test_black_box();
|
||||
|
||||
Reference in New Issue
Block a user