mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Align indentations
This commit is contained in:
@@ -69,9 +69,9 @@ function equalArrays(array, other, bitmask, customizer, equalFunc, stack) {
|
||||
break
|
||||
}
|
||||
} else if (!(
|
||||
arrValue === othValue ||
|
||||
arrValue === othValue ||
|
||||
equalFunc(arrValue, othValue, bitmask, customizer, stack)
|
||||
)) {
|
||||
)) {
|
||||
result = false
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user