Fix formatting below IEquatable block

This commit is contained in:
Ruby Rose 2017-07-13 16:04:17 +03:00 committed by Ruby Rose
parent c8e31231ba
commit 5e1be5b19b

View file

@ -644,8 +644,8 @@ namespace TShockAPI.DB
}
}
/// <summary>UserManagerException - An exception generated by the user manager.</summary>
[Serializable]
/// <summary>UserManagerException - An exception generated by the user manager.</summary>
[Serializable]
public class UserManagerException : Exception
{
/// <summary>Creates a new UserManagerException object.</summary>
@ -704,4 +704,4 @@ namespace TShockAPI.DB
{
}
}
}
}