Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ndkazu committed Dec 31, 2024
1 parent 701a125 commit b4af4fd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions crates/pop-cli/src/commands/call/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,7 @@ impl CallContractCommand {
cli.warning("NOTE: contract has not yet been built.")?;
let spinner = spinner();
spinner.start("Building contract in RELEASE mode...");
let result = match build_smart_contract(
project_path.as_deref(),
true,
Verbosity::Quiet,
) {
let result = match build_smart_contract(project_path.as_deref(), true, Verbosity::Quiet) {
Ok(result) => result,
Err(e) => {
return Err(anyhow!(format!(
Expand Down

0 comments on commit b4af4fd

Please sign in to comment.