Visual Studio Reformat: Emby.Server.Implementations Part Liv-P

This commit is contained in:
Erwin de Haan
2019-01-13 20:22:00 +01:00
parent 58b582bdcb
commit 39ef1106d7
31 changed files with 175 additions and 215 deletions

View File

@@ -1,7 +1,7 @@
using System;
using System.Net.WebSockets;
using System.Threading;
using System.Threading.Tasks;
using System.Net.WebSockets;
namespace Emby.Server.Implementations.Net
{

View File

@@ -3,8 +3,8 @@ using System.IO;
using System.Net;
using System.Net.Sockets;
using Emby.Server.Implementations.Networking;
using Microsoft.Extensions.Logging;
using MediaBrowser.Model.Net;
using Microsoft.Extensions.Logging;
namespace Emby.Server.Implementations.Net
{

View File

@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using MediaBrowser.Model.Services;
namespace Emby.Server.Implementations.Net