diff --git a/tests/concrete-runs.cpp b/tests/concrete-runs.cpp index 85e443a..63b9377 100644 --- a/tests/concrete-runs.cpp +++ b/tests/concrete-runs.cpp @@ -107,5 +107,8 @@ TEST_CASE("Can Run Types with Concrete Config") Tester>::TestFX(); } SECTION("Nimbus") { Tester>::TestFX(); } - SECTION("RotarySpeaker") { Tester>::TestFX(); } + SECTION("RotarySpeaker") + { + Tester>::TestFX(); + } } \ No newline at end of file