Skip to content

Commit b811f99

Browse files
committed
[Modify] Polish it
1 parent babc702 commit b811f99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

websocket-sharp/Ext.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,9 @@ internal static byte[] Append (this ushort code, string reason)
183183
return buff.ToArray ();
184184
}
185185

186-
internal static void Close (this HttpListenerResponse response, HttpStatusCode code)
186+
internal static void Close (
187+
this HttpListenerResponse response, HttpStatusCode code
188+
)
187189
{
188190
response.StatusCode = (int) code;
189191
response.OutputStream.Close ();

0 commit comments

Comments
 (0)