mirror of
https://github.com/osukey/osukey.git
synced 2025-05-08 23:27:38 +09:00
Remove redundant space
This commit is contained in:
parent
8a6dfcfae1
commit
0bcc39bd36
@ -27,7 +27,7 @@ namespace osu.Game.Tests.Editing.Checks
|
|||||||
Metadata = new BeatmapMetadata { BackgroundFile = "abc123.jpg" },
|
Metadata = new BeatmapMetadata { BackgroundFile = "abc123.jpg" },
|
||||||
BeatmapSet = new BeatmapSetInfo
|
BeatmapSet = new BeatmapSetInfo
|
||||||
{
|
{
|
||||||
Files = new List<BeatmapSetFileInfo>(new []
|
Files = new List<BeatmapSetFileInfo>(new[]
|
||||||
{
|
{
|
||||||
new BeatmapSetFileInfo { Filename = "abc123.jpg" }
|
new BeatmapSetFileInfo { Filename = "abc123.jpg" }
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user