cleanup code

This commit is contained in:
pypy
2020-11-08 15:32:14 +09:00
parent 0e5054d159
commit 7a1067e21c
12 changed files with 19 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ namespace VRCX
{
public class CefService
{
public static CefService Instance { get; private set; }
public static readonly CefService Instance;
static CefService()
{