diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 48f56129..98d32cfc 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -169,7 +169,7 @@ namespace WebSocketSharp /// /// is . /// - public WebSocket (string url, params string[] protocols) + public WebSocket (string url, params string [] protocols) : this () { if (url == null)