summaryrefslogtreecommitdiff
path: root/src/common/Database/MySQLConnection.cpp
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-01-10 14:27:55 +0100
committerGitHub <noreply@github.com>2021-01-10 14:27:55 +0100
commitda4edd547d03b5a406a54c5f05649d2faec8339a (patch)
tree5f5969e24f6ea059ce209a04702c306397c0b0b5 /src/common/Database/MySQLConnection.cpp
parent7cf097eab2fc1425638557903f06a8922ee74ec1 (diff)
chore(core): remove malformed whitespaces (#4244)
* from https://www.codefactor.io/repository/github/azerothcore/azerothcore-wotlk/issues?category=Style&groupId=838&lang=5&page=75
Diffstat (limited to 'src/common/Database/MySQLConnection.cpp')
-rw-r--r--src/common/Database/MySQLConnection.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/Database/MySQLConnection.cpp b/src/common/Database/MySQLConnection.cpp
index b65fa0093f..6dbd99ded1 100644
--- a/src/common/Database/MySQLConnection.cpp
+++ b/src/common/Database/MySQLConnection.cpp
@@ -307,7 +307,6 @@ bool MySQLConnection::_Query(PreparedStatement* stmt, MYSQL_RES** pResult, uint6
*pFieldCount = mysql_stmt_field_count(msql_STMT);
return true;
-
}
}