From 9f73a69b38b0f53c1a1178ce8c4d7944cd77a5f1 Mon Sep 17 00:00:00 2001 From: Emily Dolson Date: Thu, 29 Feb 2024 02:07:49 -0500 Subject: [PATCH] Fix alphabetize includes --- include/emp/base/_optional_throw.hpp | 2 +- tests/base/optional_throw.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 +}