Skip to content

Commit 2884e76

Browse files
committed
Remove extra spaces.
1 parent c0c8fdc commit 2884e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CollectionImpl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ mixin(IndexedCollection, {
704704
const collections = [this].concat(arrCopy(arguments));
705705
return reify(this, zipWithFactory(this, defaultZipper, collections, true));
706706
},
707-
707+
708708
zipWith(zipper /*, ...collections */) {
709709
const collections = arrCopy(arguments);
710710
collections[0] = this;

0 commit comments

Comments
 (0)