fixed spacing

This commit is contained in:
Ryan Crosser
2015-05-23 10:48:27 -04:00
parent db7712ac11
commit 55f3ed2f26
2 changed files with 27 additions and 27 deletions

View File

@ -78,7 +78,7 @@ module.exports = function (source) {
array = db(req.params.resource).filter(function (obj) {
for (var key in obj) {
var value = obj[key]
if(utils.deepQuery(value, q)){
if (utils.deepQuery(value, q)) {
return true
}
}