From c6344c26eed58e18f9019a3b8b9867fef195f0c7 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 12 Nov 2024 11:31:26 +0100 Subject: [PATCH] style: missing empty line at the end of the file added --- test/runtime/distribution_test.cpp | 2 +- test/runtime/math_test.cpp | 2 +- test/runtime/quantity_test.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/runtime/distribution_test.cpp b/test/runtime/distribution_test.cpp index e18d5a9e..1ea3da1d 100644 --- a/test/runtime/distribution_test.cpp +++ b/test/runtime/distribution_test.cpp @@ -660,4 +660,4 @@ TEST_CASE("distributions", "[random][distribution]") CHECK(units_dist.densities() == stl_dist.densities()); } } -} \ No newline at end of file +} diff --git a/test/runtime/math_test.cpp b/test/runtime/math_test.cpp index 994c9eeb..bee5f7e8 100644 --- a/test/runtime/math_test.cpp +++ b/test/runtime/math_test.cpp @@ -527,4 +527,4 @@ TEST_CASE("math operations", "[math]") REQUIRE_THAT(atan2(1. * isq::length[km], 1000. * isq::length[m]), AlmostEquals(45. * angle[deg])); } } -} \ No newline at end of file +} diff --git a/test/runtime/quantity_test.cpp b/test/runtime/quantity_test.cpp index fcfdbad8..0984373e 100644 --- a/test/runtime/quantity_test.cpp +++ b/test/runtime/quantity_test.cpp @@ -81,4 +81,4 @@ TEST_CASE("quantity operations", "[quantity]") volatile std::int16_t vint = 123; REQUIRE(quantity(vint * m).numerical_value_in(m) == 123); } -} \ No newline at end of file +}