From caf3c662ebab44aa3093ea664e003a5e50bbc390 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Tue, 10 Mar 2015 11:15:52 -0600 Subject: [PATCH] Fix more random tab/spaces in SqlTable.cs --- TShockAPI/DB/SqlTable.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TShockAPI/DB/SqlTable.cs b/TShockAPI/DB/SqlTable.cs index fefd8d22..8a9a9c2d 100755 --- a/TShockAPI/DB/SqlTable.cs +++ b/TShockAPI/DB/SqlTable.cs @@ -73,10 +73,10 @@ namespace TShockAPI.DB } /// - /// Ensures a table exists and that its structure is correct + /// Ensures a table exists and that its structure is correct /// /// The table name - [Obsolete("This method will be replaced by EnsureTableStructure.")] + [Obsolete("This method will be replaced by EnsureTableStructure.")] public void EnsureExists(SqlTable table) { EnsureTableStructure(table);