Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
luismrguimaraes committed Sep 12, 2024
1 parent b358657 commit 9eecbce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/create-voice-effect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,10 @@ TEST_CASE("Can Create Voice FX")
{
VTester<sst::voice_effects::utilities::StereoTool<VTestConfig>>::TestVFX();
}
SECTION("GainMatrix") { VTester<sst::voice_effects::utilities::GainMatrix<VTestConfig>>::TestVFX(); }
SECTION("GainMatrix")
{
VTester<sst::voice_effects::utilities::GainMatrix<VTestConfig>>::TestVFX();
}
SECTION("Lifted Reverb 1")
{
VTester<sst::voice_effects::liftbus::LiftedReverb1<VTestConfig>>::TestVFX();
Expand Down

0 comments on commit 9eecbce

Please sign in to comment.