Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Jul 22, 2022
1 parent 8394cc1 commit 35d880d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/src/commands/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ impl Run {
.call(&[])
.with_context(|| "failed to run _initialize function")?;
}

// Do we want to invoke a function?
if let Some(ref invoke) = self.invoke {
let result = self.invoke_function(&instance, invoke, &self.args)?;
Expand Down

0 comments on commit 35d880d

Please sign in to comment.