Browse Source

no message

Grant Limberg 6 năm trước cách đây
mục cha
commit
f726044e29
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();