Fix StyleCop warnings in OpenRA.Game
This commit is contained in:
@@ -74,7 +74,7 @@ namespace OpenRA.Primitives
|
||||
|
||||
static Pair()
|
||||
{
|
||||
Pair<char,Color>.uc = new ColorEqualityComparer();
|
||||
Pair<char, Color>.uc = new ColorEqualityComparer();
|
||||
}
|
||||
|
||||
// avoid the default crappy one
|
||||
|
||||
Reference in New Issue
Block a user