mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 11:57:49 +00:00
Indent nit.
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
*/
|
*/
|
||||||
function baseSlice(array, start, end) {
|
function baseSlice(array, start, end) {
|
||||||
let index = -1,
|
let index = -1,
|
||||||
length = array.length
|
length = array.length
|
||||||
|
|
||||||
if (start < 0) {
|
if (start < 0) {
|
||||||
start = -start > length ? 0 : (length + start)
|
start = -start > length ? 0 : (length + start)
|
||||||
|
|||||||
Reference in New Issue
Block a user