Fix unnecessary string interpolation

This commit is contained in:
Dean Herbert 2019-11-13 19:42:33 +09:00
parent 2cd156f3d4
commit 2fe068174a
1 changed files with 1 additions and 1 deletions

View File

@ -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
{