[Modify] Polish it

This commit is contained in:
sta 2021-04-02 20:40:55 +09:00
parent 01cb8f9449
commit 7707872368

View File

@ -569,6 +569,7 @@ namespace WebSocketSharp.Net
internal string GetRealm () internal string GetRealm ()
{ {
var realm = _realm; var realm = _realm;
return realm != null && realm.Length > 0 ? realm : _defaultRealm; return realm != null && realm.Length > 0 ? realm : _defaultRealm;
} }