Skip to content

Commit

Permalink
chore(bn): fmt for bn
Browse files Browse the repository at this point in the history
  • Loading branch information
cyphersnake committed Dec 25, 2023
1 parent 1f12988 commit 8cc3236
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/gadgets/nonnative/bn/big_uint_mul_mod_chip/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ use log::*;
use num_bigint::BigUint as BigUintRaw;
use num_traits::{One, ToPrimitive, Zero};

use crate::{util, main_gate::{AssignAdviceFrom, MainGate, MainGateConfig, RegionCtx}};
use crate::{
main_gate::{AssignAdviceFrom, MainGate, MainGateConfig, RegionCtx},
util,
};

use super::big_uint::{self, BigUint};

Expand Down

0 comments on commit 8cc3236

Please sign in to comment.