From 46731fc93ba96b9a0b9a95d90d40af2802c3d6ed Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 2 Feb 2018 16:32:59 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Ext.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 7fdd8dc1..6829c347 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -470,7 +470,9 @@ namespace WebSocketSharp : null; } - internal static string GetValue (this string nameAndValue, char separator, bool unquote) + internal static string GetValue ( + this string nameAndValue, char separator, bool unquote + ) { var idx = nameAndValue.IndexOf (separator); if (idx < 0 || idx == nameAndValue.Length - 1)