Add semicolon for tdd exports
This commit is contained in:
@ -6,4 +6,4 @@ return cache.has(val) ? cache.get(val) : cache.set(val, fn.call(this, val)) && c
|
||||
cached.cache = cache;
|
||||
return cached;
|
||||
};
|
||||
module.exports = memoize
|
||||
module.exports = memoize;
|
||||
Reference in New Issue
Block a user