diff --git a/src/index.js b/src/index.js index 128954e..0625637 100644 --- a/src/index.js +++ b/src/index.js @@ -3,5 +3,5 @@ module.exports = function promiseTry(func) { return new Promise(function(resolve, reject) { resolve(func()); - }) + }); } \ No newline at end of file