mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Remove semicolons.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* @returns {Function} Returns the new accessor function.
|
||||
*/
|
||||
function basePropertyOf(object) {
|
||||
return key => object == null ? undefined : object[key];
|
||||
return key => object == null ? undefined : object[key]
|
||||
}
|
||||
|
||||
export default basePropertyOf;
|
||||
export default basePropertyOf
|
||||
|
||||
Reference in New Issue
Block a user