From 3827ecae13bb81e67cdf1de1d4520f65eda53e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20B=C3=A9chet?= Date: Mon, 2 Sep 2024 10:50:07 +0200 Subject: [PATCH] missing newline --- testcrate/tests/addsub.rs | 2 +- testcrate/tests/mul.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testcrate/tests/addsub.rs b/testcrate/tests/addsub.rs index bf05c4dd..284a2bf5 100644 --- a/testcrate/tests/addsub.rs +++ b/testcrate/tests/addsub.rs @@ -138,4 +138,4 @@ mod float_addsub_f128_ppc { float_sum! { f128, __addkf3, __subkf3, Quad, not(feature = "no-sys-f128"); } -} \ No newline at end of file +} diff --git a/testcrate/tests/mul.rs b/testcrate/tests/mul.rs index 6f729521..449d1948 100644 --- a/testcrate/tests/mul.rs +++ b/testcrate/tests/mul.rs @@ -152,4 +152,4 @@ mod float_mul_f128_ppc { float_mul! { f128, __mulkf3, Quad, not(feature = "no-sys-f128"); } -} \ No newline at end of file +}