StyleCop clean OrderIO
This commit is contained in:
@@ -31,6 +31,7 @@ namespace OpenRA.Network
|
||||
if (o != null)
|
||||
ret.Add(o);
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
@@ -43,6 +44,7 @@ namespace OpenRA.Network
|
||||
foreach (var s in sync)
|
||||
writer.Write(s);
|
||||
}
|
||||
|
||||
return ms.ToArray();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user