[Modify] Polish it

This commit is contained in:
sta 2021-02-22 21:54:11 +09:00
parent ffc4d4212b
commit 3adf4a1aa8

View File

@ -56,7 +56,8 @@ namespace WebSocketSharp.Net
#region Public Constructors
public ReadBufferState (
byte[] buffer, int offset, int count, HttpStreamAsyncResult asyncResult)
byte[] buffer, int offset, int count, HttpStreamAsyncResult asyncResult
)
{
_buffer = buffer;
_offset = offset;