mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
add missing semicolon
This commit is contained in:
@@ -545,7 +545,7 @@ describe('Sorted Set methods', function () {
|
||||
assert.deepStrictEqual(scores, [0, 1.1, null]);
|
||||
done();
|
||||
});
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
describe('isSortedSetMember()', function () {
|
||||
|
||||
Reference in New Issue
Block a user