mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
Remove semicolons.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
|
||||
*/
|
||||
function cacheHas(cache, key) {
|
||||
return cache.has(key);
|
||||
return cache.has(key)
|
||||
}
|
||||
|
||||
export default cacheHas;
|
||||
export default cacheHas
|
||||
|
||||
Reference in New Issue
Block a user