We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59bce31 commit 15ef02eCopy full SHA for 15ef02e
bridge-sdk/connectors/omni-connector/src/omni_connector.rs
@@ -686,8 +686,7 @@ impl OmniConnector {
686
687
if balance < amount_to_send {
688
return Err(BridgeSdkError::InsufficientBalance(format!(
689
- "Insufficient balance for fast transfer: {} < {}",
690
- balance, amount_to_send
+ "Insufficient balance for fast transfer: {balance} < {amount_to_send}",
691
)));
692
}
693
0 commit comments