mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Consistent parens usage for arrow functions with body.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* @returns {Function} Returns the new spec function.
|
||||
*/
|
||||
function matchesStrictComparable(key, srcValue) {
|
||||
return object => {
|
||||
return (object) => {
|
||||
if (object == null) {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user