1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 01:02:55 +08:00

Fix formatting

This commit is contained in:
Marvin Schürz 2023-10-04 08:30:48 +02:00
parent fe5177fa4f
commit bfeafd6f70

View File

@ -13,8 +13,7 @@ namespace osu.Game.Online.Multiplayer
public const string MESSAGE = "User cannot be invited by someone they have blocked or are blocked by.";
public UserBlockedException()
:
base(MESSAGE)
: base(MESSAGE)
{
}