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