Selaa lähdekoodia

Apply style change

Co-Authored-By: Bond-009 <bond.009@outlook.com>
Joshua M. Boniface 5 vuotta sitten
vanhempi
sitoutus
cbeeeced75
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      MediaBrowser.Controller/IServerApplicationHost.cs

+ 1 - 1
MediaBrowser.Controller/IServerApplicationHost.cs

@@ -84,7 +84,7 @@ namespace MediaBrowser.Controller
         /// <param name="address">The IP address.</param>
         /// <param name="forceHttp">Whether to force usage of plain HTTP protocol.</param>
         /// <returns>The local API URL.</returns>
-        string GetLocalApiUrl(IPAddress address, bool forceHttp=false);
+        string GetLocalApiUrl(IPAddress address, bool forceHttp = false);
 
         /// <summary>
         /// Open a URL in an external browser window.