From f3450042384cd12aa3a25efcd5694eadc593f267 Mon Sep 17 00:00:00 2001 From: Mario Alvarado Date: Wed, 8 Feb 2017 02:33:07 -0600 Subject: [PATCH] Removing extra spaces --- lib/responses/ok.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/responses/ok.js b/lib/responses/ok.js index 706fa9d..da53621 100644 --- a/lib/responses/ok.js +++ b/lib/responses/ok.js @@ -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`