Skip to content

Commit ae604a4

Browse files
committed
- formatting
1 parent e0fb270 commit ae604a4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12491,9 +12491,7 @@ reduces them without incurring seq initialization"
1249112491
(-conj [coll entry]
1249212492
(if (vector? entry)
1249312493
(-assoc coll (-nth entry 0) (-nth entry 1))
12494-
(reduce -conj
12495-
coll
12496-
entry)))
12494+
(reduce -conj coll entry)))
1249712495

1249812496
IEmptyableCollection
1249912497
(-empty [coll] (with-meta (. HashMap -EMPTY) meta))

0 commit comments

Comments
 (0)