chore: version update and cargo fmt

This commit is contained in:
Henry Schimke
2024-01-02 17:10:56 -06:00
parent e04354cb4a
commit c3618919d7
10 changed files with 89 additions and 93 deletions

View File

@@ -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();