Cargo fmt + Cargo clippy

This commit is contained in:
Steve Cook
2023-03-02 08:57:30 -05:00
parent f25f762564
commit e67c1070c7
2 changed files with 7 additions and 15 deletions

View File

@@ -38,7 +38,7 @@ pub struct MultiFormatOneDReader {
possible_formats: HashSet<BarcodeFormat>,
use_code_39_check_digit: bool,
rss_14_reader: RSS14Reader,
rss_expanded_reader: RSSExpandedReader
rss_expanded_reader: RSSExpandedReader,
}
impl OneDReader for MultiFormatOneDReader {
fn decode_row(