Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

Commit

Permalink
Remove stray whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Jun 18, 2018
1 parent c30a84c commit c2c5f81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DMAPI/BSQL.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c2c5f81

Please sign in to comment.