From 0726ccb9887a9be8c653cf61de6fbf0a4c31bbff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Sch=C3=BCrz?= Date: Wed, 4 Oct 2023 08:32:18 +0200 Subject: [PATCH] Fix formatting --- osu.Game/Online/Multiplayer/UserBlocksPMsException.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/osu.Game/Online/Multiplayer/UserBlocksPMsException.cs b/osu.Game/Online/Multiplayer/UserBlocksPMsException.cs index 220a84cfe8..0fd4e1f0c1 100644 --- a/osu.Game/Online/Multiplayer/UserBlocksPMsException.cs +++ b/osu.Game/Online/Multiplayer/UserBlocksPMsException.cs @@ -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) { }