mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Align indentations
This commit is contained in:
4
split.js
4
split.js
@@ -29,9 +29,9 @@ function split(string, separator, limit) {
|
||||
return []
|
||||
}
|
||||
if (string && (
|
||||
typeof separator == 'string' ||
|
||||
typeof separator == 'string' ||
|
||||
(separator != null && !isRegExp(separator))
|
||||
)) {
|
||||
)) {
|
||||
if (!separator && hasUnicode(string)) {
|
||||
return castSlice(stringToArray(string), 0, limit)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user