Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yaziciahmet committed Nov 5, 2024
1 parent aa334e3 commit ea74745
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/config/test_case.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ impl TestCaseEnv {
}

pub fn batch_prover(&self) -> Vec<(&'static str, &'static str)> {
[self.test_env(), vec![("PARALLEL_PROOF_LIMIT", "1")], self.batch_prover.clone()].concat()
[
self.test_env(),
vec![("PARALLEL_PROOF_LIMIT", "1")],
self.batch_prover.clone(),
]
.concat()
}

pub fn light_client_prover(&self) -> Vec<(&'static str, &'static str)> {
Expand Down

0 comments on commit ea74745

Please sign in to comment.