Skip to content

Commit d63c223

Browse files
author
dnolen
committed
formatting
1 parent e9c9c08 commit d63c223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/closure.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@
801801
; TODO: compile-file calls parse-ns unnecessarily to get ns-info
802802
; TODO: we could mark dependent namespaces for recompile here
803803
(-compile (or (:source-file ns-info)
804-
(:source-forms ns-info))
804+
(:source-forms ns-info))
805805
; - ns-info -> ns -> cljs file relpath -> js relpath
806806
(merge opts {:output-file (comp/rename-to-js (util/ns->relpath (:ns ns-info)))})))))))))
807807

0 commit comments

Comments
 (0)