diff --git a/osu.Game/Localisation/AccountCreationStrings.cs b/osu.Game/Localisation/AccountCreationStrings.cs
index 282e458bb9..20ba7fe953 100644
--- a/osu.Game/Localisation/AccountCreationStrings.cs
+++ b/osu.Game/Localisation/AccountCreationStrings.cs
@@ -37,14 +37,12 @@ namespace osu.Game.Localisation
///
/// "This will be your public presence. No profanity, no impersonation. Avoid exposing your own personal details, too!"
///
- public static LocalisableString UsernameDescription => new TranslatableString(getKey(@"username_description"),
- @"This will be your public presence. No profanity, no impersonation. Avoid exposing your own personal details, too!");
+ public static LocalisableString UsernameDescription => new TranslatableString(getKey(@"username_description"), @"This will be your public presence. No profanity, no impersonation. Avoid exposing your own personal details, too!");
///
/// "Will be used for notifications, account verification and in the case you forget your password. No spam, ever."
///
- public static LocalisableString EmailDescription1 =>
- new TranslatableString(getKey(@"email_description_1"), @"Will be used for notifications, account verification and in the case you forget your password. No spam, ever.");
+ public static LocalisableString EmailDescription1 => new TranslatableString(getKey(@"email_description_1"), @"Will be used for notifications, account verification and in the case you forget your password. No spam, ever.");
///
/// " Make sure to get it right!"
diff --git a/osu.Game/Localisation/CommonStrings.cs b/osu.Game/Localisation/CommonStrings.cs
index 4ce05e96ef..ec78d34a16 100644
--- a/osu.Game/Localisation/CommonStrings.cs
+++ b/osu.Game/Localisation/CommonStrings.cs
@@ -166,4 +166,4 @@ namespace osu.Game.Localisation
private static string getKey(string key) => $@"{prefix}:{key}";
}
-}
\ No newline at end of file
+}