Fix RCS1041
This commit is contained in:
@@ -86,7 +86,7 @@ namespace OpenRA.Primitives
|
||||
|
||||
public static BitSet<T> FromStringsNoAlloc(string[] values)
|
||||
{
|
||||
return new BitSet<T>(BitSetAllocator<T>.GetBitsNoAlloc(values)) { };
|
||||
return new BitSet<T>(BitSetAllocator<T>.GetBitsNoAlloc(values));
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
|
||||
Reference in New Issue
Block a user