diff --git a/lib/index.js b/lib/index.js index e23a850..7fdadd7 100644 --- a/lib/index.js +++ b/lib/index.js @@ -104,6 +104,6 @@ module.exports.create = function(config) { } }) } - }) + } }; -}; +