Grant Limberg 6 vuotta sitten
vanhempi
commit
f726044e29
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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();