chore(style): clean up line endings in core tests

This commit is contained in:
fallenoak 2025-11-20 21:31:02 -06:00
parent 8fe642e24c
commit aae54bed6b
2 changed files with 41 additions and 42 deletions

View file

@ -2,7 +2,6 @@
#include "EventTest.hpp"
#include "storm/Core.hpp"
TEST_CASE("StormDestroy", "[core]") {
SECTION("always returns 1") {
CHECK(StormDestroy() == 1);