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
/// The hostname.
/// Whether to force usage of plain HTTP protocol.
/// The local API URL.
- string GetLocalApiUrl(ReadOnlySpan hostname, bool forceHttp=false);
+ string GetLocalApiUrl(ReadOnlySpan hostname, bool forceHttp = false);
///
/// Gets the local API URL.