Skip to content

Commit

Permalink
Clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
porcuquine committed Nov 6, 2023
1 parent 1ae44b8 commit 77f6ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supernova/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ impl<'a, G: Group, SC: EnforcingStepCircuit<G::Base>> SuperNovaAugmentedCircuit<
cs.namespace(|| "select on index namespace"),
&U_fold,
U,
&equal_bit,
equal_bit,
)
})
.collect::<Result<Vec<AllocatedRelaxedR1CSInstance<G>>, _>>()?;
Expand Down

0 comments on commit 77f6ead

Please sign in to comment.