Fix line endings in upgrade rules files

- Use unix line endings
- No "\n" at the end of a message
This commit is contained in:
abcdefg30
2018-03-29 15:50:38 +02:00
committed by Paul Chote
parent 5b24649c44
commit 972255c6a6
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
*/ */
#endregion #endregion
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;

View File

@@ -21,7 +21,7 @@ namespace OpenRA.Mods.Common.UpdateRules.Rules
get get
{ {
return "WithReloadingSpriteTurret has been superseded by conditions.\n" + return "WithReloadingSpriteTurret has been superseded by conditions.\n" +
"The trait is switched for with WithSpriteTurret.\n"; "The trait is switched for with WithSpriteTurret.";
} }
} }

View File

@@ -9,7 +9,7 @@
*/ */
#endregion #endregion
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;

View File

@@ -9,7 +9,7 @@
*/ */
#endregion #endregion
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;