Grant Limberg hace 6 años
padre
commit
f726044e29
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();