Skip to content

Commit ea74745

Browse files
committed
Lint
1 parent aa334e3 commit ea74745

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/config/test_case.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ impl TestCaseEnv {
2727
}
2828

2929
pub fn batch_prover(&self) -> Vec<(&'static str, &'static str)> {
30-
[self.test_env(), vec![("PARALLEL_PROOF_LIMIT", "1")], self.batch_prover.clone()].concat()
30+
[
31+
self.test_env(),
32+
vec![("PARALLEL_PROOF_LIMIT", "1")],
33+
self.batch_prover.clone(),
34+
]
35+
.concat()
3136
}
3237

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

0 commit comments

Comments
 (0)