mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 08:02:55 +08:00
Fix unnecessary string interpolation
This commit is contained in:
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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user