Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Lohachov Mykhailo <lohachov@soramitsu.co.jp>
  • Loading branch information
aoyako committed Oct 30, 2024
1 parent 1fdecf7 commit 5384b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/iroha_wasm_builder/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fn main() -> color_eyre::Result<()> {
} => {
let builder = Builder::new(&path).show_output();

let builder = if release {builder.release()} else {builder};
let builder = if release { builder.release() } else { builder };

let output = {
// not showing the spinner here, cargo does a progress bar for us
Expand Down

0 comments on commit 5384b00

Please sign in to comment.