소스 검색

no message

Grant Limberg 6 년 전
부모
커밋
f726044e29
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      windows/WinUI/CentralAPI.cs

+ 1 - 1
windows/WinUI/CentralAPI.cs

@@ -67,7 +67,7 @@ namespace WinUI
                 UseCookies = true,
                 CookieContainer = cookieContainer
             };
-            
+
             client = new HttpClient(clientHandler);
 
             string centralConfigPath = CentralConfigFile();