[Modify] Polish it

This commit is contained in:
sta 2018-03-30 17:33:01 +09:00
parent 574f232fb9
commit e57da1b2f8

View File

@ -49,7 +49,9 @@ namespace WebSocketSharp.Net.WebSockets
#region Internal Constructors
internal HttpListenerWebSocketContext (HttpListenerContext context, string protocol)
internal HttpListenerWebSocketContext (
HttpListenerContext context, string protocol
)
{
_context = context;
_websocket = new WebSocket (this, protocol);