From fb1692d7ae1131fb49142fe7f16ce557b873f8d5 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 16 Jun 2019 17:52:28 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Ext.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 72ec7e2e..7e90f02a 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -737,7 +737,10 @@ namespace WebSocketSharp } internal static void ReadBytesAsync ( - this Stream stream, int length, Action completed, Action error + this Stream stream, + int length, + Action completed, + Action error ) { var buff = new byte[length];