1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 06:29:54 +08:00

Fix formatting

This commit is contained in:
Marvin Schürz
2023-10-04 08:32:18 +02:00
Unverified
parent 74ed3bc4ff
commit 0726ccb988
@@ -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)
{
}