Skip to content

Commit 00952af

Browse files
committed
fix: remove linting issues
Signed-off-by: Muhammad Aaqil <[email protected]>
1 parent b9b12a3 commit 00952af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/discovery.js

-2
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ function mixinDiscovery(MySQL, mysql) {
298298
return sql;
299299
};
300300

301-
302301
/**
303302
* Build query to determine is strict mode
304303
*/
@@ -423,5 +422,4 @@ function mixinDiscovery(MySQL, mysql) {
423422
MySQL.prototype.setNullableProperty = function(r) {
424423
r.nullable = r.nullable ? 'Y' : 'N';
425424
};
426-
427425
}

0 commit comments

Comments
 (0)