Skip to content

Commit

Permalink
Pick the nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lowndes authored and David Lowndes committed Nov 21, 2024
1 parent b22e6ed commit 7841b87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/surge-testrunner/UnitTestsDSP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ TEST_CASE("Unison at Different Sample Rates", "[osc]")
}
};

constexpr std::initializer_list<int> srs {44100, 48000};
constexpr std::initializer_list<int> srs{44100, 48000};

SECTION("Wavetable Oscillator")
{
Expand Down Expand Up @@ -746,4 +746,4 @@ TEST_CASE("Oscillator Onset", "[dsp]") // See issue 7570
<< std::endl;*/
}
}
}
}

0 comments on commit 7841b87

Please sign in to comment.