From f247bc890e49dbbe528a481dbbace0b19651d2fd Mon Sep 17 00:00:00 2001 From: Oliver Brakmann Date: Wed, 28 Jan 2015 21:25:07 +0100 Subject: [PATCH] Remove whitespace from empty line --- OpenRA.Mods.Common/Commands/DevCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/Commands/DevCommands.cs b/OpenRA.Mods.Common/Commands/DevCommands.cs index 8ca3005052..0fb17ee5eb 100644 --- a/OpenRA.Mods.Common/Commands/DevCommands.cs +++ b/OpenRA.Mods.Common/Commands/DevCommands.cs @@ -92,7 +92,7 @@ namespace OpenRA.Mods.Common.Commands case "crash": throw new DevException(); - + case "levelup": var level = 0; int.TryParse(arg, out level);