Skip to content

Commit

Permalink
Unrelated fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Jun 19, 2024
1 parent 2ad2d84 commit fad19c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ff/src/fields/models/fp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ pub struct Fp<P: FpConfig<N>, const N: usize>(
/// To convert an element to a [`BigInt`](struct@BigInt), use `into_bigint` or `into`.
#[doc(hidden)]
pub BigInt<N>,
#[doc(hidden)]
pub PhantomData<P>,
#[doc(hidden)] pub PhantomData<P>,
);

pub type Fp64<P> = Fp<P, 1>;
Expand Down

0 comments on commit fad19c8

Please sign in to comment.