Apply style change

Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
Joshua M. Boniface 2020-04-26 14:57:45 -04:00 committed by GitHub
parent 7a550d2c4e
commit d92a3552b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1419,7 +1419,7 @@ namespace Emby.Server.Implementations
public bool SupportsHttps => Certificate != null || ServerConfigurationManager.Configuration.IsBehindProxy;
public async Task<string> GetLocalApiUrl(CancellationToken cancellationToken, bool forceHttp=false)
public async Task<string> GetLocalApiUrl(CancellationToken cancellationToken, bool forceHttp = false)
{
try
{