Apply style change

Co-Authored-By: Bond-009 <bond.009@outlook.com>
pull/2798/head
Joshua M. Boniface 4 years ago committed by GitHub
parent 0157326354
commit 23c8ecff37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;

Loading…
Cancel
Save