Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
srinathsetty committed Aug 4, 2023
1 parent 6001bc3 commit 50238d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bellperson/r1cs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ where
let X = &self.input_assignment[1..];

let comm_W = W.commit(ck);
let instance = R1CSInstance::<G>::new(&shape, &comm_W, X)?;
let instance = R1CSInstance::<G>::new(shape, &comm_W, X)?;

Ok((instance, W))
}
Expand Down

0 comments on commit 50238d2

Please sign in to comment.