[tests] misc linting

This commit is contained in:
Salakar
2018-09-16 17:59:04 +01:00
parent c8abdd53d0
commit abd80cf5ef

View File

@@ -110,5 +110,4 @@ module.exports.A2A = function A2A(oOrP) {
// non promise values - any other value
return Promise.resolve([null, oOrP]);
}
};