Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Lohachov Mykhailo <[email protected]>
  • Loading branch information
aoyako committed Dec 4, 2024
1 parent da9f63e commit 40416e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/iroha_wasm_builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl<'path, 'out_dir> Builder<'path, 'out_dir> {
path: relative_path.as_ref(),
out_dir: None,
show_output: false,
profile: profile,
profile,
}
}

Expand Down Expand Up @@ -221,7 +221,7 @@ mod internal {
absolute_path.display()
)
})?;

if optimize {
output.optimize()
} else {
Expand Down

0 comments on commit 40416e0

Please sign in to comment.