Browse Source

no message

Grant Limberg 6 years ago
parent
commit
f726044e29
1 changed files with 1 additions and 1 deletions
  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();