mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
cargo clippy --fix
This commit is contained in:
@@ -72,8 +72,7 @@ impl Writer for MultiFormatWriter {
|
||||
BarcodeFormat::AZTEC => Box::<AztecWriter>::default(),
|
||||
_ => {
|
||||
return Err(Exceptions::IllegalArgumentException(Some(format!(
|
||||
"No encoder available for format {:?}",
|
||||
format
|
||||
"No encoder available for format {format:?}"
|
||||
))))
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user