Skip to content

Commit

Permalink
missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
sbechet committed Sep 2, 2024
1 parent 1348a3b commit 3827eca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testcrate/tests/addsub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ mod float_addsub_f128_ppc {
float_sum! {
f128, __addkf3, __subkf3, Quad, not(feature = "no-sys-f128");
}
}
}
2 changes: 1 addition & 1 deletion testcrate/tests/mul.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ mod float_mul_f128_ppc {
float_mul! {
f128, __mulkf3, Quad, not(feature = "no-sys-f128");
}
}
}

0 comments on commit 3827eca

Please sign in to comment.