Visual Studio Reformat: Emby.Server.Implementations Part De-H

This commit is contained in:
Erwin de Haan
2019-01-13 20:20:41 +01:00
parent a5288115a8
commit c5c7a3c4ee
27 changed files with 115 additions and 131 deletions

View File

@@ -13,8 +13,8 @@ using MediaBrowser.Common.Configuration;
using MediaBrowser.Common.Extensions;
using MediaBrowser.Common.Net;
using MediaBrowser.Model.IO;
using Microsoft.Extensions.Logging;
using MediaBrowser.Model.Net;
using Microsoft.Extensions.Logging;
namespace Emby.Server.Implementations.HttpClientManager
{
@@ -541,7 +541,7 @@ namespace Emby.Server.Implementations.HttpClientManager
if (options.Progress == null)
{
throw new ArgumentException("Options did not have a Progress value.",nameof(options));
throw new ArgumentException("Options did not have a Progress value.", nameof(options));
}
options.CancellationToken.ThrowIfCancellationRequested();