1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 18:03:11 +08:00

Remove null default value in ImportSkinTest helper method

This commit is contained in:
Bartłomiej Dach 2022-06-20 10:44:14 +02:00
parent c402e90598
commit b0b3ea42cc
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -357,7 +357,7 @@ namespace osu.Game.Tests.Skins.IO
}
}
private async Task<Live<SkinInfo>> loadSkinIntoOsu(OsuGameBase osu, ImportTask import = null)
private async Task<Live<SkinInfo>> loadSkinIntoOsu(OsuGameBase osu, ImportTask import)
{
var skinManager = osu.Dependencies.Get<SkinManager>();
return await skinManager.Import(import);