[Modify] Polish it

This commit is contained in:
sta 2020-10-21 19:33:24 +09:00
parent 22a24c462c
commit fdd52f3d4e

View File

@ -78,8 +78,9 @@ namespace WebSocketSharp.Net
static EndPointListener () static EndPointListener ()
{ {
_defaultCertFolderPath = _defaultCertFolderPath = Environment.GetFolderPath (
Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData); Environment.SpecialFolder.ApplicationData
);
} }
#endregion #endregion