Skip to content

Commit

Permalink
chore: fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
byeongkeunahn committed Feb 1, 2025
1 parent b8e24d6 commit 1a65c68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions basm-std/src/math/ntt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ mod test {
1614279433659886989,
2232618956921417485
],
multiply_u64(&[2745895686766400144, 7520886206723962441], &[
9006621652498007052,
5476023620144815056
])
multiply_u64(
&[2745895686766400144, 7520886206723962441],
&[9006621652498007052, 5476023620144815056]
)
);
}
#[test]
Expand Down

0 comments on commit 1a65c68

Please sign in to comment.