[Modify] Polish it

This commit is contained in:
sta 2021-10-25 21:13:40 +09:00
parent 98648d38b0
commit 5bd8746686

View File

@ -975,6 +975,7 @@ namespace WebSocketSharp.Server
{ {
if (_websocket == null) { if (_websocket == null) {
var msg = "The current state of the connection is not Open."; var msg = "The current state of the connection is not Open.";
throw new InvalidOperationException (msg); throw new InvalidOperationException (msg);
} }