From 54a27abc8b22fd164abd61a41cdc9030e08a2894 Mon Sep 17 00:00:00 2001 From: John Pettitt Date: Fri, 30 Sep 2016 12:33:41 -0700 Subject: [PATCH] add a ; to make aslant happy --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ec44d96..85f55c9 100644 --- a/index.js +++ b/index.js @@ -24,6 +24,6 @@ module.exports = function(promises, timeout) { result.push(promise.isFulfilled() ? promise.value() : undefined); }); return result; - }) + }); }; \ No newline at end of file