mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
ESlint key-spacing, no-trailing-spaces
This commit is contained in:
@@ -161,7 +161,7 @@ describe('Hash methods', function () {
|
||||
describe('getObjectsFields()', function () {
|
||||
before(function (done) {
|
||||
async.parallel([
|
||||
async.apply(db.setObject, 'testObject8', {name: 'baris', age:99}),
|
||||
async.apply(db.setObject, 'testObject8', {name: 'baris', age: 99}),
|
||||
async.apply(db.setObject, 'testObject9', {name: 'ginger', age: 3}),
|
||||
], done);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user