diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-04-26 14:58:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-26 14:58:43 -0400 |
| commit | cbeeeced759de0452d75b3d6daa11bb213ff2a26 (patch) | |
| tree | bdfc14e2acc2756ad7b3a2de85f9c47f4a6518ba | |
| parent | 6ac723706c37200e922d07657300441567574740 (diff) | |
Apply style change
Co-Authored-By: Bond-009 <bond.009@outlook.com>
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index 20c80fa47..04ba0fabc 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/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. |
