1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Suppress nullable warning for now

This commit is contained in:
Salman Ahmed 2022-11-18 09:46:50 +03:00
parent 5ceb7ecc41
commit e2aca8dc90

View File

@ -65,7 +65,7 @@ namespace osu.Game.Tests.Database
private class TestLegacyBeatmapImporter : LegacyBeatmapImporter
{
public TestLegacyBeatmapImporter()
: base(null)
: base(null!)
{
}