mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 20:32:34 +00:00
cargo clippy --fix
This commit is contained in:
@@ -247,7 +247,7 @@ impl PDF417 {
|
||||
//4. step: low-level encoding
|
||||
let mut barcode_matrix = BarcodeMatrix::new(rows as usize, cols as usize);
|
||||
self.encodeLowLevel(
|
||||
&format!("{}{}", dataCodewords, ec),
|
||||
&format!("{dataCodewords}{ec}"),
|
||||
cols,
|
||||
rows,
|
||||
errorCorrectionLevel,
|
||||
|
||||
Reference in New Issue
Block a user