From 7ed6ab1a5d2d3379451be5cdff1aaf9b4dbcd619 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Fri, 16 Feb 2018 14:05:10 +0200 Subject: [PATCH] Codacy code quality improvements --- test/chainAsync/chainAsync.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/chainAsync/chainAsync.test.js b/test/chainAsync/chainAsync.test.js index 244862417..a1e6edd06 100644 --- a/test/chainAsync/chainAsync.test.js +++ b/test/chainAsync/chainAsync.test.js @@ -10,8 +10,8 @@ test('Testing chainAsync', (t) => { next(); }, next => { - (() =>{ - next() + (() => { + next(); })(); }, next => {