Skip to content

Commit e0fb270

Browse files
committed
- formatting
1 parent ac61da8 commit e0fb270

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
@@ -12417,7 +12417,7 @@ reduces them without incurring seq initialization"
1241712417
IFind
1241812418
(-find [coll k]
1241912419
(when (and (string? k)
12420-
(not (nil? (scan-array 1 k keys))))
12420+
(not (nil? (scan-array 1 k keys))))
1242112421
(MapEntry. k (unchecked-get strobj k) nil)))
1242212422

1242312423
IKVReduce

0 commit comments

Comments
 (0)