cargo clippy --fix

This commit is contained in:
Henry Schimke
2023-01-27 15:24:24 -06:00
parent 58e6827e89
commit 42d40de755
86 changed files with 196 additions and 335 deletions

View File

@@ -346,8 +346,7 @@ impl<'a> SymbolInfoLookup<'a> {
}
if fail {
return Err(Exceptions::IllegalArgumentException(Some(format!(
"Can't find a symbol arrangement that matches the message. Data codewords: {}",
dataCodewords
"Can't find a symbol arrangement that matches the message. Data codewords: {dataCodewords}"
))));
}
Ok(None)