Skip to content

Commit 7e3edf3

Browse files
Putting in better formatting for the clearCache function.
1 parent a425516 commit 7e3edf3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,5 +222,7 @@ matter.language = function(str, options) {
222222
*/
223223

224224
matter.cache = {};
225-
matter.clearCache = function() { matter.cache = {} };
225+
matter.clearCache = function() {
226+
matter.cache = {};
227+
};
226228
module.exports = matter;

0 commit comments

Comments
 (0)