diff --git a/include/emp/base/_optional_throw.hpp b/include/emp/base/_optional_throw.hpp index 3eca49998..5a7bc2286 100644 --- a/include/emp/base/_optional_throw.hpp +++ b/include/emp/base/_optional_throw.hpp @@ -57,4 +57,4 @@ namespace emp { } } -#endif // #ifndef EMP_BASE__OPTIONAL_THROW_TRIGGER_HPP_INCLUDE \ No newline at end of file +#endif // #ifndef EMP_BASE__OPTIONAL_THROW_TRIGGER_HPP_INCLUDE diff --git a/tests/base/optional_throw.cpp b/tests/base/optional_throw.cpp index e0a2998e4..f67babb67 100644 --- a/tests/base/optional_throw.cpp +++ b/tests/base/optional_throw.cpp @@ -26,4 +26,4 @@ TEST_CASE("Optional throw" "[asserts]") { catch (std::runtime_error & error) { REQUIRE(std::string(error.what()) == "Internal Error (in always_assert.cpp line 37): false,\nfalse: [0]\n"); } -} \ No newline at end of file +}