mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Always use parentheses in arrow functions (fixin 67a3fb9).
This commit is contained in:
@@ -211,7 +211,7 @@ function baseClone(value, bitmask, customizer, key, object, stack) {
|
||||
}
|
||||
|
||||
if (tag == setTag) {
|
||||
value.forEach(subValue => {
|
||||
value.forEach((subValue) => {
|
||||
result.add(baseClone(subValue, bitmask, customizer, subValue, value, stack))
|
||||
})
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user