mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Have build remove trailing spaces in lines.
Former-commit-id: 580650186c9661b900ebbe846e13ba194fd2c0bc
This commit is contained in:
6
dist/lodash.compat.js
vendored
6
dist/lodash.compat.js
vendored
@@ -872,7 +872,7 @@
|
||||
(conditions.join(' && ')) +
|
||||
') {\n ';
|
||||
}
|
||||
__p +=
|
||||
__p +=
|
||||
(obj.loop) +
|
||||
'; ';
|
||||
if (conditions.length) {
|
||||
@@ -886,7 +886,7 @@
|
||||
(conditions.join(' && ')) +
|
||||
') {\n ';
|
||||
}
|
||||
__p +=
|
||||
__p +=
|
||||
(obj.loop) +
|
||||
'; ';
|
||||
if (conditions.length) {
|
||||
@@ -914,7 +914,7 @@
|
||||
if (obj.array || support.nonEnumArgs) {
|
||||
__p += '\n}';
|
||||
}
|
||||
__p +=
|
||||
__p +=
|
||||
(obj.bottom) +
|
||||
';\nreturn result';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user