Skip to content

Commit b0d5acc

Browse files
committed
whitespace
1 parent e7999e1 commit b0d5acc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/clj/cljs/closure.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,7 @@ should contain the source for the given namespace name."
14911491
FileVisitResult/CONTINUE)
14921492
(visitFileFailed [_ file exc]
14931493
FileVisitResult/CONTINUE))))]
1494-
(println "Building...")
1494+
(println "Building ...")
14951495
(flush)
14961496
(buildf)
14971497
(println "Watching path:" source)
@@ -1505,7 +1505,7 @@ should contain the source for the given namespace name."
15051505
(. fstr (endsWith "js")))
15061506
(not (. fstr (startsWith ".#"))))))
15071507
(seq (.pollEvents key)))
1508-
(println "Change detected, recompiling...")
1508+
(println "Change detected, recompiling ...")
15091509
(flush)
15101510
(buildf))
15111511
(recur key))))))))

0 commit comments

Comments
 (0)