Fix unnecessary string interpolation

This commit is contained in:
Dean Herbert
2019-11-13 19:42:33 +09:00
parent 2cd156f3d4
commit 2fe068174a

View File

@ -450,7 +450,7 @@ namespace osu.Game.Tests.Visual.SongSelect
private void createCarousel(Container target = null)
{
AddStep($"Create carousel", () =>
AddStep("Create carousel", () =>
{
(target ?? this).Child = carousel = new TestBeatmapCarousel
{