aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Drawing/ImageStream.cs
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:25:32 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:25:32 +0100
commit26ca4b607b98b78b44a7300bcf9890360e598393 (patch)
tree68a3915185dd2ae3846c7641dce2a20daf74cc67 /MediaBrowser.Controller/Drawing/ImageStream.cs
parent106d1d18ed5781043312194590aa37dc8a3072d0 (diff)
Visual Studio Reformat: MediaBrowser.Controller
Diffstat (limited to 'MediaBrowser.Controller/Drawing/ImageStream.cs')
-rw-r--r--MediaBrowser.Controller/Drawing/ImageStream.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Drawing/ImageStream.cs b/MediaBrowser.Controller/Drawing/ImageStream.cs
index 353abaca3..dbc62fce1 100644
--- a/MediaBrowser.Controller/Drawing/ImageStream.cs
+++ b/MediaBrowser.Controller/Drawing/ImageStream.cs
@@ -1,6 +1,6 @@
-using MediaBrowser.Model.Drawing;
-using System;
+using System;
using System.IO;
+using MediaBrowser.Model.Drawing;
namespace MediaBrowser.Controller.Drawing
{