Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 801f861

Browse files
committedAug 30, 2018
add spaces
1 parent afb57c4 commit 801f861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/unit/query/test-query-rows-array.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ server.listen(common.fakeServerPort, function (err) {
88
assert.ifError(err);
99

1010
connection.query({
11-
sql : 'SELECT CURRENT_USER()',
11+
sql : 'SELECT CURRENT_USER()',
1212
arrayRows : true
1313
}, function (err, rows) {
1414
assert.ifError(err);

0 commit comments

Comments
 (0)
Please sign in to comment.