Skip to content

Commit

Permalink
chore: add missing ?
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed May 11, 2023
1 parent 1b6dfe1 commit 04a9f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nargo_cli/src/cli/compile_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub(crate) fn run<B: Backend>(
.map_err(|_| CliError::CompilationError)?;
let preprocessed_contracts = try_vecmap(compiled_contracts, |contract| {
preprocess_contract(backend, contract).map_err(CliError::ProofSystemCompilerError)
});
})?;
for contract in preprocessed_contracts {
save_contract_to_file(
&contract,
Expand Down

0 comments on commit 04a9f85

Please sign in to comment.