Skip to content

Commit

Permalink
fix build and clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-a16z committed Nov 19, 2024
1 parent a9659df commit 8bc1af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jolt-core/src/poly/commitment/kzg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ where
}

let g1_powers = &pk.g1_powers();
let gpu_g1 = pk.gpu_g1().map(|g| &g);
let gpu_g1 = pk.gpu_g1();

Check warning on line 219 in jolt-core/src/poly/commitment/kzg.rs

View workflow job for this annotation

GitHub Actions / fmt

Diff in /home/runner/work/jolt/jolt/jolt-core/src/poly/commitment/kzg.rs
match mode {
CommitMode::Default => {
Expand Down

0 comments on commit 8bc1af1

Please sign in to comment.