[Modify] Polish it

This commit is contained in:
sta 2019-06-16 17:52:28 +09:00
parent 591033f390
commit fb1692d7ae

View File

@ -737,7 +737,10 @@ namespace WebSocketSharp
}
internal static void ReadBytesAsync (
this Stream stream, int length, Action<byte[]> completed, Action<Exception> error
this Stream stream,
int length,
Action<byte[]> completed,
Action<Exception> error
)
{
var buff = new byte[length];