mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Remove semicolons from sampleSize and baseClone
This commit is contained in:
@@ -219,7 +219,7 @@ function baseClone(value, bitmask, customizer, key, object, stack) {
|
||||
}
|
||||
|
||||
if (isTypedArray(value)) {
|
||||
return result;
|
||||
return result
|
||||
}
|
||||
|
||||
const keysFunc = isFull
|
||||
|
||||
Reference in New Issue
Block a user