Skip to content

Commit

Permalink
Apply cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Nov 4, 2024
1 parent 8b5ec41 commit 571970d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/cargo-contract/src/cmd/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,9 @@ macro_rules! call_with_config {
$crate::cmd::config::Substrate,
$crate::cmd::config::Ecdsachain
);
if !res_nonspaced.is_err() {return res_nonspaced}
if !res_nonspaced.is_err() {
return res_nonspaced
}
$crate::call_with_config_internal!(
$obj,
$function,
Expand Down

0 comments on commit 571970d

Please sign in to comment.