From 31c7973763b1b026a1d03170a4baf6fb67f9571d Mon Sep 17 00:00:00 2001 From: cvette Date: Mon, 22 Dec 2014 18:54:56 +0100 Subject: [PATCH] code style --- lib/connectors/memory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/connectors/memory.js b/lib/connectors/memory.js index 386b6c14..a8b40e84 100644 --- a/lib/connectors/memory.js +++ b/lib/connectors/memory.js @@ -349,7 +349,7 @@ Memory.prototype.all = function all(model, filter, callback) { function sorting(a, b) { for (var i = 0, l = this.length; i < l; i++) { - if(a[this[i].key] === undefined && b[this[i].key] === undefined) { + if (a[this[i].key] === undefined && b[this[i].key] === undefined) { return 0; }