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