Skip to content

Commit aeae38e

Browse files
committed
lint
1 parent 1cea508 commit aeae38e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/connection/test-typecast.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ connection.query(
5454
{
5555
sql: 'SELECT * from json_test',
5656
typeCast: function(_field, next) {
57-
return next();
57+
return next();
5858
}
5959
},
6060
(err, _rows) => {
@@ -67,7 +67,7 @@ connection.execute(
6767
{
6868
sql: 'SELECT * from json_test',
6969
typeCast: function(_field, next) {
70-
return next();
70+
return next();
7171
}
7272
},
7373
(err, _rows) => {

0 commit comments

Comments
 (0)