StyleCop clean Utility

This commit is contained in:
Matthias Mailänder
2013-08-03 17:58:56 +02:00
parent 040e8eccd9
commit c2d80d21f3
2 changed files with 93 additions and 86 deletions

View File

@@ -38,10 +38,10 @@ namespace OpenRA.Utility
try
{
var action = Exts.WithDefault( _ => PrintUsage(), () => actions[args[0]]);
var action = Exts.WithDefault(_ => PrintUsage(), () => actions[args[0]]);
action(args);
}
catch( Exception e )
catch (Exception e)
{
Log.AddChannel("utility", "utility.log");
Log.Write("utility", "Received args: {0}", args.JoinWith(" "));