Skip to content

Commit

Permalink
MSM: run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Mar 5, 2024
1 parent fafb3c7 commit d2499d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msm/src/constraint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::{
lookups::LookupTableIDs,
proof::ProofInputs,
witness::Witness,
{BN254G1Affine, Ff1, Fp, N_LIMBS, MSM_FFADD_N_COLUMNS},
{BN254G1Affine, Ff1, Fp, MSM_FFADD_N_COLUMNS, N_LIMBS},
};
use kimchi::{
circuits::{
Expand Down

0 comments on commit d2499d6

Please sign in to comment.