[Modify] Polish it

This commit is contained in:
sta 2020-01-30 19:38:01 +09:00
parent e2e1eba187
commit d3e5d4f542

View File

@ -222,7 +222,9 @@ namespace WebSocketSharp.Net
}
}
private void writeWithoutThrowingException (byte[] buffer, int offset, int count)
private void writeWithoutThrowingException (
byte[] buffer, int offset, int count
)
{
try {
_stream.Write (buffer, offset, count);