ESlint comma-dangle

This commit is contained in:
Peter Jaszkowiak
2017-02-17 19:31:21 -07:00
parent aa64ec7db1
commit bc1d70c126
345 changed files with 1974 additions and 1978 deletions

View File

@@ -78,7 +78,7 @@ describe('Key methods', function () {
},
function (next) {
db.set('key2', 'value2', next);
}
},
], function (err) {
if (err) {
return done(err);
@@ -92,7 +92,7 @@ describe('Key methods', function () {
},
key2exists: function (next) {
db.exists('key2', next);
}
},
}, function (err, results) {
assert.equal(err, null);
assert.equal(results.key1exists, false);