[Modify] Polish it

master
sta 6 years ago
parent e2e1eba187
commit d3e5d4f542

@ -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 { try {
_stream.Write (buffer, offset, count); _stream.Write (buffer, offset, count);

Loading…
Cancel
Save