From aa6dfe22306fe664c11fa82f86a6d7e234384c99 Mon Sep 17 00:00:00 2001 From: Adrian Lee Date: Mon, 2 Jan 2017 18:06:36 +0800 Subject: [PATCH] styles(ical2json): Fix linting issue --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8926bff..c7ab9f2 100644 --- a/index.js +++ b/index.js @@ -113,7 +113,7 @@ run = function(options) { })); } - return Q.all(filePromises) + return Q.all(filePromises); }; module.exports = {