[Modify] Polish it

This commit is contained in:
sta 2020-01-30 19:40:48 +09:00
parent d3e5d4f542
commit e30629d9aa

View File

@ -213,7 +213,9 @@ namespace WebSocketSharp.Net
_stream.Write (_crlf, 0, 2);
}
private void writeChunkedWithoutThrowingException (byte[] buffer, int offset, int count)
private void writeChunkedWithoutThrowingException (
byte[] buffer, int offset, int count
)
{
try {
writeChunked (buffer, offset, count);