Fix CA1865
This commit is contained in:
committed by
Pavel Penev
parent
9f526610dd
commit
2ea2106eca
@@ -533,7 +533,7 @@ namespace OpenRA
|
||||
{
|
||||
// Append Removal nodes to the result.
|
||||
// Therefore: we know the remainder of the method deals with a plain node.
|
||||
if (node.Key.StartsWith("-", StringComparison.Ordinal))
|
||||
if (node.Key.StartsWith('-'))
|
||||
{
|
||||
ret.Add(node);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user