Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
luismrguimaraes committed Sep 17, 2024
1 parent 33c76da commit 572b553
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/concrete-runs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,8 @@ TEST_CASE("Can Run Types with Concrete Config")
Tester<sst::effects::treemonster::TreeMonster<sfx::core::ConcreteConfig>>::TestFX();
}
SECTION("Nimbus") { Tester<sst::effects::nimbus::Nimbus<sfx::core::ConcreteConfig>>::TestFX(); }
SECTION("RotarySpeaker") { Tester<sst::effects::rotaryspeaker::RotarySpeaker<sfx::core::ConcreteConfig>>::TestFX(); }
SECTION("RotarySpeaker")
{
Tester<sst::effects::rotaryspeaker::RotarySpeaker<sfx::core::ConcreteConfig>>::TestFX();
}
}

0 comments on commit 572b553

Please sign in to comment.