Skip to content

Commit

Permalink
Fix alphabetize includes
Browse files Browse the repository at this point in the history
  • Loading branch information
emilydolson committed Feb 29, 2024
1 parent cad65b0 commit 9f73a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/emp/base/_optional_throw.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ namespace emp {
}
}

#endif // #ifndef EMP_BASE__OPTIONAL_THROW_TRIGGER_HPP_INCLUDE
#endif // #ifndef EMP_BASE__OPTIONAL_THROW_TRIGGER_HPP_INCLUDE
2 changes: 1 addition & 1 deletion tests/base/optional_throw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}
}

0 comments on commit 9f73a69

Please sign in to comment.