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

Commit

Permalink
Remove more stray whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Jun 18, 2018
1 parent c2c5f81 commit 8b18dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DMAPI/BSQL/core/operation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BSQL_DEL_PROC(/datum/BSQL_Operation)
BSQL_ERROR("Error fetching operation [id] for connection [connection.id]!")
return
return result == "DONE"

/datum/BSQL_Operation/GetError()
if(BSQL_IS_DELETED(connection))
return "Connection deleted!"
Expand Down

0 comments on commit 8b18dea

Please sign in to comment.