[Modify] Polish it

This commit is contained in:
sta 2021-10-25 21:07:55 +09:00
parent c3b090e60b
commit bff70be481

View File

@ -900,6 +900,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);
} }