From c4e1609da3ba6169871d5ea7414fe43c310fdcd3 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 25 Apr 2017 17:19:01 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/NetworkCredential.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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");