mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix unnecessary string interpolation
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user