Skip to content

Commit

Permalink
fix: remove unneeded generic
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin-Ray committed Dec 20, 2024
1 parent 342659f commit 5c14765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/proof-of-sql/src/sql/proof/first_round_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use crate::{
};
use alloc::{boxed::Box, vec::Vec};
/// Track the result created by a query
pub struct FirstRoundBuilder<'a, S: Scalar> {
pub struct FirstRoundBuilder<'a, S> {
commitment_descriptor: Vec<CommittableColumn<'a>>,
pcs_proof_mles: Vec<Box<dyn MultilinearExtension<S> + 'a>>,
/// The number of challenges used in the proof.
Expand Down

0 comments on commit 5c14765

Please sign in to comment.