Skip to content

Commit

Permalink
Removing extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
oiramalli committed Feb 8, 2017
1 parent acbdc08 commit f345004
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/responses/ok.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ module.exports = function json() {
var args = normalizeResArgs(arguments);
var data = args.other;
var statusCode = args.statusCode;
var Model,
modelName,
opts,
relationships,
var Model,
modelName,
opts,
relationships,
jsonApiRes;

// Get access to `req`, `res`, & `sails`
Expand Down

0 comments on commit f345004

Please sign in to comment.