From c7738ef15b8282e70dfc2ee5c49a30ee757d992d Mon Sep 17 00:00:00 2001 From: Martii Date: Wed, 23 Mar 2016 16:47:00 -0600 Subject: [PATCH] Indent code Applies to #935 post fix --- controllers/admin.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/controllers/admin.js b/controllers/admin.js index b72369bc7..add2d5036 100644 --- a/controllers/admin.js +++ b/controllers/admin.js @@ -106,10 +106,10 @@ exports.adminJsonView = function (aReq, aRes, aNext) { _id: id }, function (aErr, aObj) { if (aErr || !aObj) { - statusCodePage(aReq, aRes, aNext, { - statusCode: 404, - statusMessage: 'Id doesn\'t exist.', - }); + statusCodePage(aReq, aRes, aNext, { + statusCode: 404, + statusMessage: 'Id doesn\'t exist.', + }); return; }