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];