diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/DefineSoundDefaults.cs b/OpenRA.Mods.Common/UpdateRules/Rules/DefineSoundDefaults.cs index f69eb90a20..32dd629b37 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/DefineSoundDefaults.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/DefineSoundDefaults.cs @@ -9,7 +9,7 @@ */ #endregion -using System; +using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/RemoveWithReloadingSpriteTurret.cs b/OpenRA.Mods.Common/UpdateRules/Rules/RemoveWithReloadingSpriteTurret.cs index 273b94fa5d..9a22e68570 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/RemoveWithReloadingSpriteTurret.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/RemoveWithReloadingSpriteTurret.cs @@ -21,7 +21,7 @@ namespace OpenRA.Mods.Common.UpdateRules.Rules get { return "WithReloadingSpriteTurret has been superseded by conditions.\n" + - "The trait is switched for with WithSpriteTurret.\n"; + "The trait is switched for with WithSpriteTurret."; } } diff --git a/OpenRA.Mods.Common/UpdateRules/UpdateRule.cs b/OpenRA.Mods.Common/UpdateRules/UpdateRule.cs index b24e549ba7..9b77bda5fe 100644 --- a/OpenRA.Mods.Common/UpdateRules/UpdateRule.cs +++ b/OpenRA.Mods.Common/UpdateRules/UpdateRule.cs @@ -9,7 +9,7 @@ */ #endregion -using System; +using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenRA.Mods.Common/UpdateRules/UpdateUtils.cs b/OpenRA.Mods.Common/UpdateRules/UpdateUtils.cs index 4a30788a56..bb7042ff6a 100644 --- a/OpenRA.Mods.Common/UpdateRules/UpdateUtils.cs +++ b/OpenRA.Mods.Common/UpdateRules/UpdateUtils.cs @@ -9,7 +9,7 @@ */ #endregion -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text;