Fix some lingering inspections

This commit is contained in:
Dean Herbert
2022-11-09 16:45:06 +09:00
parent d4251271d8
commit ab458320c4
7 changed files with 10 additions and 8 deletions

View File

@ -92,7 +92,7 @@ namespace osu.Game.Rulesets.Catch.Tests
public bool FlipCatcherPlate { get; set; }
public TestSkin()
: base(null)
: base(null!)
{
}