fix: Make clippy happy after new format! format
Took 19 minutes
This commit is contained in:
@@ -64,8 +64,7 @@ impl ProtocolApprovalsManager {
|
||||
Ok(allowance.is_zero())
|
||||
}
|
||||
Err(err) => Err(EncodingError::RecoverableError(format!(
|
||||
"Allowance call failed with error: {:?}",
|
||||
err
|
||||
"Allowance call failed with error: {err}"
|
||||
))),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user