[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 ()
{
_defaultCertFolderPath =
Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData);
_defaultCertFolderPath = Environment.GetFolderPath (
Environment.SpecialFolder.ApplicationData
);
}
#endregion