mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
cargo clippy --fix
This commit is contained in:
@@ -38,8 +38,7 @@ impl OneDimensionalCodeWriter for ITFWriter {
|
||||
}
|
||||
if length > 80 {
|
||||
return Err(Exceptions::IllegalArgumentException(Some(format!(
|
||||
"Requested contents should be less than 80 digits long, but got {}",
|
||||
length
|
||||
"Requested contents should be less than 80 digits long, but got {length}"
|
||||
))));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user