Fix more random tab/spaces in SqlTable.cs

This commit is contained in:
Lucas Nicodemus 2015-03-10 11:15:52 -06:00
parent 7187245879
commit caf3c662eb

View file

@ -73,10 +73,10 @@ namespace TShockAPI.DB
}
/// <summary>
/// Ensures a table exists and that its structure is correct
/// Ensures a table exists and that its structure is correct
/// </summary>
/// <param name="table">The table name</param>
[Obsolete("This method will be replaced by EnsureTableStructure.")]
[Obsolete("This method will be replaced by EnsureTableStructure.")]
public void EnsureExists(SqlTable table)
{
EnsureTableStructure(table);