1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 16:27:26 +08:00

Fix formatting of #nullable enable

This commit is contained in:
Naxess 2021-05-14 03:38:35 +02:00
parent 90e0b3374e
commit a447f20095

View File

@ -2,7 +2,9 @@
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Beatmaps;
#nullable enable
#nullable enable
namespace osu.Game.Rulesets.Edit
{
/// <summary>