style: missing empty line at the end of the file added

This commit is contained in:
Mateusz Pusz
2024-11-12 11:31:26 +01:00
parent 78204c7e5f
commit c6344c26ee
3 changed files with 3 additions and 3 deletions

View File

@ -660,4 +660,4 @@ TEST_CASE("distributions", "[random][distribution]")
CHECK(units_dist.densities() == stl_dist.densities());
}
}
}
}

View File

@ -527,4 +527,4 @@ TEST_CASE("math operations", "[math]")
REQUIRE_THAT(atan2(1. * isq::length[km], 1000. * isq::length[m]), AlmostEquals(45. * angle[deg]));
}
}
}
}

View File

@ -81,4 +81,4 @@ TEST_CASE("quantity operations", "[quantity]")
volatile std::int16_t vint = 123;
REQUIRE(quantity(vint * m).numerical_value_in(m) == 123);
}
}
}