Skip to content

Commit 9474fdf

Browse files
committed
Small formatting fix
1 parent 8aff60f commit 9474fdf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/result.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ node_db_mysql::Result::Result(MYSQL* connection) throw(node_db::Exception&)
7575
connection(connection),
7676
previousRow(NULL),
7777
nextRow(NULL) {
78-
7978
this->result = mysql_store_result(this->connection);
8079
if (result == NULL && mysql_field_count(this->connection) != 0) {
8180
throw node_db::Exception(mysql_error(this->connection));

0 commit comments

Comments
 (0)