Skip to content

Commit

Permalink
cargo fmt --all
Browse files Browse the repository at this point in the history
  • Loading branch information
zees-dev committed Jan 13, 2025
1 parent e97a5b7 commit b515853
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions forc-plugins/forc-client/src/op/call.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,7 @@ pub async fn call(cmd: cmd::Call) -> anyhow::Result<String> {
"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
Expand Down

0 comments on commit b515853

Please sign in to comment.