Skip to content

Commit 8246266

Browse files
committed
- fix simple-map-entryff call
1 parent c447abb commit 8246266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12576,7 +12576,7 @@ reduces them without incurring seq initialization"
1257612576
(loop [j 0]
1257712577
(when (< j len)
1257812578
(do
12579-
(.push arr (simple-map-entry (aget bckt j) (aget bckt (inc j)) nil))
12579+
(.push arr (simple-map-entry (aget bckt j) (aget bckt (inc j))))
1258012580
(recur (+ j 2)))))
1258112581
(recur (inc i)))
1258212582
(prim-seq arr))))))

0 commit comments

Comments
 (0)