1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 09:32:55 +08:00

Fix formatting

This commit is contained in:
Marvin Schürz 2023-10-04 08:32:18 +02:00
parent 74ed3bc4ff
commit 0726ccb988

View File

@ -13,8 +13,7 @@ namespace osu.Game.Online.Multiplayer
public const string MESSAGE = "User cannot be invited because they have disabled private messages.";
public UserBlocksPMsException()
:
base(MESSAGE)
: base(MESSAGE)
{
}