mirror of https://github.com/ppy/osu
Fix unnecessary string interpolation
This commit is contained in:
parent
2cd156f3d4
commit
2fe068174a
|
@ -450,7 +450,7 @@ private void loadBeatmaps(List<BeatmapSetInfo> beatmapSets = null)
|
|||
|
||||
private void createCarousel(Container target = null)
|
||||
{
|
||||
AddStep($"Create carousel", () =>
|
||||
AddStep("Create carousel", () =>
|
||||
{
|
||||
(target ?? this).Child = carousel = new TestBeatmapCarousel
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue