aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-04-26 14:58:24 -0400
committerGitHub <noreply@github.com>2020-04-26 14:58:24 -0400
commit23c8ecff37636c3705eb5b3cf50b238c6e55e7c1 (patch)
treebb696815d65d235f29dc0905183493d9f8e1194b /Emby.Server.Implementations/ApplicationHost.cs
parent015732635455c7ddd0e2b5fea28180424c4d56f3 (diff)
Apply style change
Co-Authored-By: Bond-009 <bond.009@outlook.com>
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index cdb06a770..3bf9c6ea6 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -1475,7 +1475,7 @@ namespace Emby.Server.Implementations
}
/// <inheritdoc />
- public string GetLocalApiUrl(ReadOnlySpan<char> host, bool forceHttp=false)
+ public string GetLocalApiUrl(ReadOnlySpan<char> host, bool forceHttp = false)
{
var url = new StringBuilder(64);
bool useHttps = EnableHttps && !forceHttp;