Skip to content

Commit 1967067

Browse files
committed
- formatting
1 parent a2373cb commit 1967067

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12433,8 +12433,8 @@ reduces them without incurring seq initialization"
1243312433
(if-not (nil? (scan-array 1 k keys))
1243412434
(let [new-strobj (obj-clone strobj keys)]
1243512435
(gobject/set new-strobj k v)
12436-
(ObjMap. meta keys new-strobj nil)) ; overwrite
12437-
(let [new-strobj (obj-clone strobj keys) ; append
12436+
(ObjMap. meta keys new-strobj nil)) ;overwrite
12437+
(let [new-strobj (obj-clone strobj keys) ; append
1243812438
new-keys (aclone keys)]
1243912439
(gobject/set new-strobj k v)
1244012440
(.push new-keys k)

0 commit comments

Comments
 (0)