[Modify] Polish it

This commit is contained in:
sta 2020-01-29 19:47:33 +09:00
parent 3f44067a0c
commit e2e1eba187

View File

@ -62,7 +62,10 @@ namespace WebSocketSharp.Net
#region Internal Constructors
internal ResponseStream (
Stream stream, HttpListenerResponse response, bool ignoreWriteExceptions)
Stream stream,
HttpListenerResponse response,
bool ignoreWriteExceptions
)
{
_stream = stream;
_response = response;