diff --git a/index.js b/index.js index 90a6647..7d49331 100644 --- a/index.js +++ b/index.js @@ -222,5 +222,7 @@ matter.language = function(str, options) { */ matter.cache = {}; -matter.clearCache = function() { matter.cache = {} }; +matter.clearCache = function() { + matter.cache = {}; +}; module.exports = matter;