From 98fb80abc338b295914940d3dea45b4ec17ab2ae Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 20 Feb 2020 20:28:06 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/WebHeaderCollection.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index 68658375..a686bb89 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -296,7 +296,8 @@ namespace WebSocketSharp.Net "IfRange", new HttpHeaderInfo ( "If-Range", - HttpHeaderType.Request) + HttpHeaderType.Request + ) }, { "IfUnmodifiedSince",