Skip to content

Commit

Permalink
Reformat the code
Browse files Browse the repository at this point in the history
  • Loading branch information
jdh8 committed May 14, 2024
1 parent a6c2064 commit e4eb209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ macro_rules! for_each_f8 {
$f::<F8<2, 5>>();
$f::<F8<2, 5, { FN }>>();
$f::<F8<2, 5, { FNUZ }>>();

$f::<F8<3, 4>>();
$f::<F8<3, 4, { FN }>>();
$f::<F8<3, 4, { FNUZ }>>();

$f::<F8<4, 3>>();
$f::<F8<4, 3, { FN }>>();
$f::<F8<4, 3, { FNUZ }>>();
$f::<F8<4, 3, { FN }, 11>,>();
$f::<F8<4, 3, { FN }, 11>>();
$f::<F8<4, 3, { FNUZ }, 11>>();

$f::<F8<5, 2>>();
Expand Down

0 comments on commit e4eb209

Please sign in to comment.