mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
ESlint padded-blocks
This commit is contained in:
@@ -6,7 +6,6 @@ var assert = require('assert');
|
||||
var db = require('../mocks/databasemock');
|
||||
|
||||
describe('Sorted Set methods', function () {
|
||||
|
||||
before(function (done) {
|
||||
async.parallel([
|
||||
function (next) {
|
||||
@@ -659,7 +658,6 @@ describe('Sorted Set methods', function () {
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
describe('sortedSetIntersectCard', function () {
|
||||
|
||||
Reference in New Issue
Block a user