From c2c5f81c1f148b47349e67ee15f4ed17960bb8c7 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Mon, 18 Jun 2018 14:32:03 -0400 Subject: [PATCH] Remove stray whitespace --- src/DMAPI/BSQL.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DMAPI/BSQL.dm b/src/DMAPI/BSQL.dm index 0f9d3ea..d893e3a 100644 --- a/src/DMAPI/BSQL.dm +++ b/src/DMAPI/BSQL.dm @@ -51,7 +51,7 @@ Starts an operation for a query */ /datum/BSQL_Connection/proc/BeginQuery(query) return - + /* Checks if the operation is complete. This, in some cases must be called multiple times with false return before a result is present regardless of timespan. For best performance check it once per tick @@ -65,7 +65,7 @@ Blocks the entire game until the given operation completes. IsComplete should no */ /datum/BSQL_Operation/proc/WaitForCompletion() return - + /* Get the error message associated with an operation. Should not be used while IsComplete() returns FALSE