diff --git a/forc-plugins/forc-client/src/op/call.rs b/forc-plugins/forc-client/src/op/call.rs index f59d998347f..90849e56cd3 100644 --- a/forc-plugins/forc-client/src/op/call.rs +++ b/forc-plugins/forc-client/src/op/call.rs @@ -163,10 +163,7 @@ pub async fn call(cmd: cmd::Call) -> anyhow::Result { "Automatically provided external contract addresses with call (max 10):", ); external_contracts.iter().for_each(|addr| { - forc_tracing::println_warning(&format!( - "- 0x{}", - ContractId::from(addr) - )); + forc_tracing::println_warning(&format!("- 0x{}", ContractId::from(addr))); }); } external_contracts