mirror of
https://github.com/ppy/osu
synced 2025-03-21 10:28:06 +00:00
Fix formatting
This commit is contained in:
parent
fe5177fa4f
commit
bfeafd6f70
@ -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 const string MESSAGE = "User cannot be invited by someone they have blocked or are blocked by.";
|
||||||
|
|
||||||
public UserBlockedException()
|
public UserBlockedException()
|
||||||
:
|
: base(MESSAGE)
|
||||||
base(MESSAGE)
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user