Fix StyleCop warnings in OpenRA.Game
This commit is contained in:
@@ -72,7 +72,7 @@ namespace OpenRA.Traits
|
||||
if (target.Type == TargetType.Invalid)
|
||||
continue;
|
||||
|
||||
yield return new TargetLineRenderable(new [] { self.CenterPosition, target.CenterPosition }, c);
|
||||
yield return new TargetLineRenderable(new[] { self.CenterPosition, target.CenterPosition }, c);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -131,5 +131,4 @@ namespace OpenRA.Traits
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user