1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 06:19:54 +08:00

Fix unnecessary string interpolation

This commit is contained in:
Dean Herbert
2019-11-13 19:42:33 +09:00
Unverified
parent 2cd156f3d4
commit 2fe068174a
@@ -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
{