Skip to content

Commit f748207

Browse files
committed
Merge branch 'master' into str-no-idx-seq
2 parents 99ec1ad + e611bd0 commit f748207

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
@@ -10647,7 +10647,7 @@ reduces them without incurring seq initialization"
1064710647
to a StringBuffer."
1064810648
[obj writer opts]
1064910649
(if-let [alt-impl (:alt-impl opts)]
10650-
(alt-impl obj writer (assoc opts :fallback-impl pr-writer-impl))
10650+
(alt-impl obj writer (-assoc opts :fallback-impl pr-writer-impl))
1065110651
(pr-writer-impl obj writer opts)))
1065210652

1065310653
(defn pr-seq-writer [objs writer opts]

0 commit comments

Comments
 (0)