From b0497b750514277b9136a17bf9373cd78c55f992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Tue, 7 Apr 2020 19:33:49 +0200 Subject: [PATCH] Fix double whitespace. --- OpenRA.Mods.Cnc/UtilityCommands/LegacyTilesetImporter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Cnc/UtilityCommands/LegacyTilesetImporter.cs b/OpenRA.Mods.Cnc/UtilityCommands/LegacyTilesetImporter.cs index 362ea09859..91749af0d1 100644 --- a/OpenRA.Mods.Cnc/UtilityCommands/LegacyTilesetImporter.cs +++ b/OpenRA.Mods.Cnc/UtilityCommands/LegacyTilesetImporter.cs @@ -65,7 +65,7 @@ namespace OpenRA.Mods.Cnc.UtilityCommands var name = args.Length > 3 ? args[3] : Path.GetFileNameWithoutExtension(args[2]); metadata.AppendLine("\tName: {0}".F(name)); metadata.AppendLine("\tId: {0}".F(name.ToUpperInvariant())); - metadata.AppendLine("\tHeightDebugColors: 00000080, 00004480, 00008880, 0000CC80, 0000FF80, 4400CC80," + + metadata.AppendLine("\tHeightDebugColors: 00000080, 00004480, 00008880, 0000CC80, 0000FF80, 4400CC80," + " 88008880, CC004480, FF110080, FF550080, FF990080, FFDD0080, DDFF0080, 99FF0080, 55FF0080, 11FF0080"); // Loop over template sets