mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 04:42:35 +00:00
cargo clippy --fix
This commit is contained in:
@@ -304,7 +304,7 @@ pub trait UPCEANReader: OneDReader {
|
||||
|
||||
decodeRXingResult.putMetadata(
|
||||
RXingResultMetadataType::SYMBOLOGY_IDENTIFIER,
|
||||
RXingResultMetadataValue::SymbologyIdentifier(format!("]E{}", symbologyIdentifier)),
|
||||
RXingResultMetadataValue::SymbologyIdentifier(format!("]E{symbologyIdentifier}")),
|
||||
);
|
||||
|
||||
Ok(decodeRXingResult)
|
||||
|
||||
Reference in New Issue
Block a user