Skip to content

Commit f243b8a

Browse files
committed
Fix indentation
1 parent 106cfcd commit f243b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/orchard/cljs/analysis.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
(cond-> {}
177177
(map? var) (merge var)
178178
(misc/ns-obj? var) (merge {:ns (ns-name var)
179-
:name (ns-name var)})
179+
:name (ns-name var)})
180180
true sanitize-ns
181181
#?@(:cljs [true (-> (update :ns misc/remove-macros)
182182
(update :name misc/remove-macros))])))

0 commit comments

Comments
 (0)