Skip to content

Commit 22d8538

Browse files
committed
fix jshint errors for lib/utils.js
1 parent a78effe commit 22d8538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var prepareValue = function(val) {
2525
return null;
2626
}
2727
return val === null ? null : val.toString();
28-
}
28+
};
2929

3030
function normalizeQueryConfig (config, values, callback) {
3131
//can take in strings or config objects
@@ -46,4 +46,4 @@ function normalizeQueryConfig (config, values, callback) {
4646
module.exports = {
4747
prepareValue: prepareValue,
4848
normalizeQueryConfig: normalizeQueryConfig
49-
}
49+
};

0 commit comments

Comments
 (0)