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

@@ -1,4 +1,3 @@
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Globalization;
@@ -7,6 +6,7 @@ using System.Net;
using System.Threading;
using System.Threading.Tasks;
using MediaBrowser.Model.Services;
using Microsoft.Extensions.Logging;
namespace Emby.Server.Implementations.HttpServer
{