fix: Make clippy happy after new format! format
Took 19 minutes
This commit is contained in:
@@ -235,8 +235,7 @@ impl TychoExecutorEncoder {
|
||||
let number_of_groups = grouped_swaps.len();
|
||||
if number_of_groups > 1 {
|
||||
return Err(EncodingError::InvalidInput(format!(
|
||||
"Tycho executor encoder only supports one swap. Found {}",
|
||||
number_of_groups
|
||||
"Tycho executor encoder only supports one swap. Found {number_of_groups}"
|
||||
)))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user