aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/IServerApplicationHost.cs
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-04-26 14:58:43 -0400
committerGitHub <noreply@github.com>2020-04-26 14:58:43 -0400
commitcbeeeced759de0452d75b3d6daa11bb213ff2a26 (patch)
treebdfc14e2acc2756ad7b3a2de85f9c47f4a6518ba /MediaBrowser.Controller/IServerApplicationHost.cs
parent6ac723706c37200e922d07657300441567574740 (diff)
Apply style change
Co-Authored-By: Bond-009 <bond.009@outlook.com>
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
-rw-r--r--MediaBrowser.Controller/IServerApplicationHost.cs2
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.