Codacy code quality improvements

This commit is contained in:
Angelos Chalaris
2018-02-16 14:05:10 +02:00
parent f3b28ec4ff
commit 105dfd342f

View File

@ -11,7 +11,7 @@ test('Testing chainAsync', (t) => {
}, },
next => { next => {
(() => { (() => {
next() next();
})(); })();
}, },
next => { next => {