2
0
Эх сурвалжийг харах

Apply style change

Co-Authored-By: Bond-009 <bond.009@outlook.com>
Joshua M. Boniface 5 жил өмнө
parent
commit
23c8ecff37

+ 1 - 1
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;