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:
@@ -445,8 +445,7 @@ impl<'a> GeneralAppIdDecoder<'_> {
|
||||
62 => '/',
|
||||
_ => {
|
||||
return Err(Exceptions::IllegalStateException(Some(format!(
|
||||
"Decoding invalid alphanumeric value: {}",
|
||||
sixBitValue
|
||||
"Decoding invalid alphanumeric value: {sixBitValue}"
|
||||
))))
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user