Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltea committed Feb 27, 2024
1 parent 635528c commit e19e065
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion contract-tests/tests/spectre.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ async fn deploy_spectre_mock_verifiers<M: Middleware + 'static>(
U256::from(initial_sync_period),
initial_sync_committee_poseidon,
U256::from(slots_per_period),
U256::from(FINALITY_THRESHOLD)
U256::from(FINALITY_THRESHOLD),
),
)?
.send()
Expand Down
1 change: 0 additions & 1 deletion lightclient-circuits/src/gadget/crypto/sha256_wide/gate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ pub struct ShaBitGateManager<F: Field> {
/// Witnesses of a sha256 which are necessary to be loaded into halo2-lib.
#[derive(Clone, Copy, Debug, CopyGetters, Getters)]
pub struct LoadedSha256<F: Field> {

/// The output of this sha256. is_final/hash_lo/hash_hi come from the first row of the last round(NUM_ROUNDS).
#[getset(get_copy = "pub")]
pub is_final: AssignedValue<F>,
Expand Down

0 comments on commit e19e065

Please sign in to comment.