diff --git a/websocket-sharp/Net/NetworkCredential.cs b/websocket-sharp/Net/NetworkCredential.cs index 397ac094..9d4a806b 100644 --- a/websocket-sharp/Net/NetworkCredential.cs +++ b/websocket-sharp/Net/NetworkCredential.cs @@ -94,7 +94,8 @@ namespace WebSocketSharp.Net /// is empty. /// public NetworkCredential ( - string username, string password, string domain, params string[] roles) + string username, string password, string domain, params string[] roles + ) { if (username == null) throw new ArgumentNullException ("username");