Skip to content

Commit

Permalink
Indent code
Browse files Browse the repository at this point in the history
Applies to OpenUserJS#935 post fix
  • Loading branch information
Martii committed Mar 23, 2016
1 parent 6544327 commit c7738ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions controllers/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit c7738ef

Please sign in to comment.