Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Forpee committed Jun 10, 2024
1 parent 8835271 commit ef5242e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions src/gadgets/r1cs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ use super::{
},
};
use crate::{
cyclefold::gadgets::emulated::{AllocatedEmulPoint, AllocatedEmulRelaxedR1CSInstance},
constants::{NUM_CHALLENGE_BITS, NUM_FE_WITHOUT_IO_FOR_NOVA_FOLD},
cyclefold::gadgets::emulated::{AllocatedEmulPoint, AllocatedEmulRelaxedR1CSInstance},
gadgets::{
ecc::AllocatedPoint,
utils::{
Expand Down Expand Up @@ -466,7 +466,6 @@ pub fn conditionally_select_emul_alloc_relaxed_r1cs<
Ok(c)
}


/// c = cond ? a: b, where a, b: `AllocatedPoint`
pub fn conditionally_select_point<G: Group, CS: ConstraintSystem<G::Base>>(
mut cs: CS,
Expand Down
2 changes: 1 addition & 1 deletion src/supernova/cyclefold/augmented_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -708,4 +708,4 @@ where

Ok((program_counter_new, z_next))
}
}
}
2 changes: 1 addition & 1 deletion src/supernova/cyclefold/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pub mod snark;
mod traits;

#[cfg(test)]
mod tests;
mod tests;
2 changes: 1 addition & 1 deletion src/supernova/cyclefold/snark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -739,4 +739,4 @@ where

Ok(z0_primary.to_vec())
}
}
}
2 changes: 1 addition & 1 deletion src/supernova/cyclefold/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -411,4 +411,4 @@ where
fn test_trivial_nivc() -> Result<(), SuperNovaError> {
// Experimenting with selecting the running claims for nifs
test_trivial_nivc_with::<PallasEngine>()
}
}
2 changes: 1 addition & 1 deletion src/supernova/cyclefold/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ where

/// Return a new instance of the primary circuit at `index`.
fn primary_circuit(&self, circuit_index: usize) -> Self::C1;
}
}

0 comments on commit ef5242e

Please sign in to comment.