diff --git a/TShockAPI/DB/UserManager.cs b/TShockAPI/DB/UserManager.cs
index f93f9935..368c2dae 100644
--- a/TShockAPI/DB/UserManager.cs
+++ b/TShockAPI/DB/UserManager.cs
@@ -644,8 +644,8 @@ namespace TShockAPI.DB
}
}
- /// UserManagerException - An exception generated by the user manager.
- [Serializable]
+ /// UserManagerException - An exception generated by the user manager.
+ [Serializable]
public class UserManagerException : Exception
{
/// Creates a new UserManagerException object.
@@ -704,4 +704,4 @@ namespace TShockAPI.DB
{
}
}
-}
\ No newline at end of file
+}