ESlint space-in-parens, block-spacing

This commit is contained in:
Peter Jaszkowiak
2017-02-18 01:21:34 -07:00
parent b1b486f729
commit 532951c24f
17 changed files with 67 additions and 67 deletions

View File

@@ -871,7 +871,7 @@ describe('Controllers', function () {
});
});
it('should return empty after unfollow', function (done ) {
it('should return empty after unfollow', function (done) {
socketUser.unfollow({uid: uid}, {uid: fooUid}, function (err) {
assert.ifError(err);
request(nconf.get('url') + '/api/user/foo/followers', {json: true}, function (err, res, body) {