aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-10-04 10:07:05 +0100
committerGitHub <noreply@github.com>2020-10-04 10:07:05 +0100
commit2e3901252a02c79efa53f21f4695e45f6c580a59 (patch)
tree3ac4138b6094627d56c6cb8bc1215893456d3553
parentfae70bbbcfc75c06c6681bc34044944a26d58771 (diff)
Update UserManager.cs
-rw-r--r--Jellyfin.Server.Implementations/Users/UserManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server.Implementations/Users/UserManager.cs b/Jellyfin.Server.Implementations/Users/UserManager.cs
index bd853f92f..8f04baa08 100644
--- a/Jellyfin.Server.Implementations/Users/UserManager.cs
+++ b/Jellyfin.Server.Implementations/Users/UserManager.cs
@@ -1,4 +1,4 @@
-#nullable enable
+#nullable enable
#pragma warning disable CA1307
using System;