Skip to content

Commit 5ebca2c

Browse files
committed
formatting
1 parent 4fa72cf commit 5ebca2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/analyzer.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4396,7 +4396,7 @@
43964396
(= :ns (:op ast))
43974397
(let [ns-name (:name ast)
43984398
ns-name (if (and (= 'cljs.core ns-name)
4399-
(= "cljc" (util/ext src)))
4399+
(= "cljc" (util/ext src)))
44004400
'cljs.core$macros
44014401
ns-name)
44024402
deps (merge (:uses ast) (:requires ast))]

0 commit comments

Comments
 (0)