diff --git a/OpenRA.Utility/Program.cs b/OpenRA.Utility/Program.cs index 8b79d8f580..e15ee6f45a 100644 --- a/OpenRA.Utility/Program.cs +++ b/OpenRA.Utility/Program.cs @@ -50,7 +50,7 @@ namespace OpenRA.Utility try { - var action = Exts.WithDefault((a,b) => PrintUsage(actions), () => actions[args[0]]); + var action = Exts.WithDefault((a, b) => PrintUsage(actions), () => actions[args[0]]); action(modData, args); } catch (Exception e)