diff --git a/websocket-sharp/Net/ResponseStream.cs b/websocket-sharp/Net/ResponseStream.cs index a6e4cc1d..4dbe2948 100644 --- a/websocket-sharp/Net/ResponseStream.cs +++ b/websocket-sharp/Net/ResponseStream.cs @@ -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);