diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-04-26 14:58:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-26 14:58:34 -0400 |
| commit | 6ac723706c37200e922d07657300441567574740 (patch) | |
| tree | ff1c99cb6ca2e7903282f2c69af27ab3a77860c8 /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | 23c8ecff37636c3705eb5b3cf50b238c6e55e7c1 (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.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index 307810331..20c80fa47 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -76,7 +76,7 @@ namespace MediaBrowser.Controller /// <param name="hostname">The hostname.</param> /// <param name="forceHttp">Whether to force usage of plain HTTP protocol.</param> /// <returns>The local API URL.</returns> - string GetLocalApiUrl(ReadOnlySpan<char> hostname, bool forceHttp=false); + string GetLocalApiUrl(ReadOnlySpan<char> hostname, bool forceHttp = false); /// <summary> /// Gets the local API URL. |
