[Modify] Polish it

This commit is contained in:
sta 2021-02-27 21:28:10 +09:00
parent db7203aa0b
commit aa1b31b439

View File

@ -286,7 +286,9 @@ namespace WebSocketSharp.Net
private static void throwProtocolViolation (string message)
{
throw new WebException (message, null, WebExceptionStatus.ServerProtocolViolation, null);
throw new WebException (
message, null, WebExceptionStatus.ServerProtocolViolation, null
);
}
private void write (byte[] buffer, ref int offset, int length)