Skip to content

Commit 8265e9b

Browse files
committed
Nits
1 parent 79e1e8d commit 8265e9b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/plonk/mod.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,7 @@ where
146146
let fake_selectors = vec![vec![]; cs.num_selectors];
147147
let (cs, _) = cs.directly_convert_selectors_to_fixed(fake_selectors);
148148

149-
Ok(Self::from_parts(
150-
domain,
151-
fixed_commitments,
152-
permutation,
153-
cs,
154-
))
149+
Ok(Self::from_parts(domain, fixed_commitments, permutation, cs))
155150
}
156151

157152
/// Writes a verifying key to a vector of bytes using [`Self::write`].

0 commit comments

Comments
 (0)