# HG changeset patch # User IBBoard # Date 1253560842 0 # Node ID 57517f472ab5acdd91d6b775ae6b60f8404c4221 # Parent 721891008b5ca0658b1396fc5756705569f796ce * Line ending cleanup no-open-ticket diff -r 721891008b5c -r 57517f472ab5 api/Commands/CreateAndAddUnitCommand.cs --- a/api/Commands/CreateAndAddUnitCommand.cs Mon Sep 21 18:58:50 2009 +0000 +++ b/api/Commands/CreateAndAddUnitCommand.cs Mon Sep 21 19:20:42 2009 +0000 @@ -66,11 +66,11 @@ public override string Name { get { return "Add new unit"; } - } - - public Unit Unit - { - get { return addedUnit; } + } + + public Unit Unit + { + get { return addedUnit; } } } }