aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data/ManagedConnection.cs
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:20:16 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:20:16 +0100
commita5288115a806eee32ddac80e5868a952796e8581 (patch)
tree1f8b21c23cbcd89009f396a12e909a2203e2f1bd /Emby.Server.Implementations/Data/ManagedConnection.cs
parentdd15c808cbc2b7b15a4bcf8b1c6b01546f23c6da (diff)
Visual Studio Reformat: Emby.Server.Implementations Part A-Da
Diffstat (limited to 'Emby.Server.Implementations/Data/ManagedConnection.cs')
-rw-r--r--Emby.Server.Implementations/Data/ManagedConnection.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/Emby.Server.Implementations/Data/ManagedConnection.cs b/Emby.Server.Implementations/Data/ManagedConnection.cs
index 91a2dfdf6..63d0ca59c 100644
--- a/Emby.Server.Implementations/Data/ManagedConnection.cs
+++ b/Emby.Server.Implementations/Data/ManagedConnection.cs
@@ -1,13 +1,10 @@
using System;
using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
using SQLitePCL.pretty;
namespace Emby.Server.Implementations.Data
{
- public class ManagedConnection : IDisposable
+ public class ManagedConnection : IDisposable
{
private SQLiteDatabaseConnection db;
private readonly bool _closeOnDispose;