mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Remove semicolons from sampleSize and baseClone
This commit is contained in:
@@ -34,7 +34,7 @@ function sampleSize(array, n) {
|
||||
result[rand] = result[index]
|
||||
result[index] = value
|
||||
}
|
||||
return slice(result, 0, n);
|
||||
return slice(result, 0, n)
|
||||
}
|
||||
|
||||
export default sampleSize
|
||||
|
||||
Reference in New Issue
Block a user