aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Security/RegRecord.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Server.Implementations/Security/RegRecord.cs')
-rw-r--r--Emby.Server.Implementations/Security/RegRecord.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Security/RegRecord.cs b/Emby.Server.Implementations/Security/RegRecord.cs
index d484085d3..11a02e0e7 100644
--- a/Emby.Server.Implementations/Security/RegRecord.cs
+++ b/Emby.Server.Implementations/Security/RegRecord.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
namespace Emby.Server.Implementations.Security
{
@@ -9,4 +9,4 @@ namespace Emby.Server.Implementations.Security
public DateTime expDate { get; set; }
public string key { get; set; }
}
-} \ No newline at end of file
+}