Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Breakline.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljimenez committed Jun 20, 2014
1 parent ac03588 commit fa87e37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/app/middleware/mojito-parser-body.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ module.exports = function bodyParser(options) {
var _json = json(options),
_urlencoded = urlencoded(options);


return function (req, res, next) {
_json(req, res, function (err) {
if (err) {
Expand Down

0 comments on commit fa87e37

Please sign in to comment.