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

@@ -19,5 +19,5 @@ namespace OpenRA.Mods.Common.Traits
public readonly string[] Types = { "wall" };
}
public class LineBuildNode {}
public class LineBuildNode { }
}