Skip to content

Commit

Permalink
styles(ical2json): Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlee44 committed Jan 2, 2017
1 parent 3348d67 commit aa6dfe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ run = function(options) {
}));
}

return Q.all(filePromises)
return Q.all(filePromises);
};

module.exports = {
Expand Down

0 comments on commit aa6dfe2

Please sign in to comment.