Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matias-gonz committed Sep 5, 2024
1 parent a0abf3b commit 9142719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk_toolbox/crates/zk_inception/src/commands/prover/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub(crate) async fn run(args: ProverInitArgs, shell: &Shell) -> anyhow::Result<(
}

if let Some(args) = args.setup_keys {
setup_keys::run(args, &shell).await?;
setup_keys::run(args, shell).await?;
}

let mut prover_config = general_config
Expand Down

0 comments on commit 9142719

Please sign in to comment.