1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 19:22:54 +08:00

Remove redundant space

This commit is contained in:
Naxess 2021-04-13 02:17:35 +02:00
parent 8a6dfcfae1
commit 0bcc39bd36

View File

@ -27,7 +27,7 @@ namespace osu.Game.Tests.Editing.Checks
Metadata = new BeatmapMetadata { BackgroundFile = "abc123.jpg" },
BeatmapSet = new BeatmapSetInfo
{
Files = new List<BeatmapSetFileInfo>(new []
Files = new List<BeatmapSetFileInfo>(new[]
{
new BeatmapSetFileInfo { Filename = "abc123.jpg" }
})