Fix invalid spacing style warnings.

This commit is contained in:
Paul Chote
2014-12-26 10:53:06 +13:00
parent 0a68db5dfa
commit 673ebba135
6 changed files with 9 additions and 10 deletions

View File

@@ -22,5 +22,5 @@ namespace OpenRA.Mods.Common.Traits
public readonly string[] NodeTypes = { "wall" };
}
public class LineBuild {}
public class LineBuild { }
}