Skip to content

Commit eb37bf8

Browse files
committed
Code style: missing semicolon
Signed-off-by: Fabio José <fabiojose@gmail.com>
1 parent c94fb8e commit eb37bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/formats/json/parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ JSONParser.prototype.parse = function(payload) {
4949
var valid = validateAndParse(payload);
5050

5151
return valid;
52-
}
52+
};
5353

5454
module.exports = JSONParser;

0 commit comments

Comments
 (0)