diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-04-26 14:58:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-26 14:58:00 -0400 |
| commit | 015732635455c7ddd0e2b5fea28180424c4d56f3 (patch) | |
| tree | e745a777d19f4cb560f48bc99dfc01c71552cb26 | |
| parent | d92a3552b7add0e0c2010fe380cd29e0bac7cb26 (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 09f6cb043..307810331 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -68,7 +68,7 @@ namespace MediaBrowser.Controller /// <param name="cancellationToken">Token to cancel the request if needed.</param> /// <param name="forceHttp">Whether to force usage of plain HTTP protocol.</param> /// <value>The local API URL.</value> - Task<string> GetLocalApiUrl(CancellationToken cancellationToken, bool forceHttp=false); + Task<string> GetLocalApiUrl(CancellationToken cancellationToken, bool forceHttp = false); /// <summary> /// Gets the local API URL. |
