Visual Studio Reformat: Emby.Server.Implementations Part A-Da

This commit is contained in:
Erwin de Haan
2019-01-13 20:20:16 +01:00
parent dd15c808cb
commit a5288115a8
24 changed files with 99 additions and 127 deletions

View File

@@ -1,12 +1,11 @@
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using SQLitePCL.pretty;
using System.Linq;
using System.Threading;
using Microsoft.Extensions.Logging;
using SQLitePCL;
using SQLitePCL.pretty;
namespace Emby.Server.Implementations.Data
{
@@ -255,7 +254,7 @@ namespace Emby.Server.Implementations.Data
{
if (_disposed)
{
throw new ObjectDisposedException(GetType().Name ,"Object has been disposed and cannot be accessed.");
throw new ObjectDisposedException(GetType().Name, "Object has been disposed and cannot be accessed.");
}
}