aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
authorScottIsAFool Scott Lovegrove ScottIsAFool <ScottIsAFool Scott Lovegrove ScottIsAFool@gmail.com>2012-09-07 10:44:44 +0100
committerScottIsAFool Scott Lovegrove ScottIsAFool <ScottIsAFool Scott Lovegrove ScottIsAFool@gmail.com>2012-09-07 10:44:44 +0100
commit59c844fa7df2dff5f7c42e1dd95d108a21db4dc2 (patch)
treed9a8a28f058aa54b65005fae7201d33fc585a2da /MediaBrowser.Model
parent300cf1ba18dea75b6e9d479341c57029b5d3c9a4 (diff)
parent3e0c2165b681821262b204a4b2503e162d6fef85 (diff)
Merge
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/DTO/DTOUser.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/DTO/DTOUser.cs b/MediaBrowser.Model/DTO/DTOUser.cs
index 06fcd0ae1..aa066a3bd 100644
--- a/MediaBrowser.Model/DTO/DTOUser.cs
+++ b/MediaBrowser.Model/DTO/DTOUser.cs
@@ -1,5 +1,5 @@
-using System;
-using ProtoBuf;
+using ProtoBuf;
+using System;
namespace MediaBrowser.Model.DTO
{