fix extra spaces

yes, i am that nitpicky
This commit is contained in:
Gered 2016-12-03 16:54:09 -05:00
parent 6890820fb8
commit 8c1a803f1c

View file

@ -14,7 +14,7 @@
:root-ns (t/sanitize-ns name)
:root-ns-path (t/name-to-path name)
:year (.get (GregorianCalendar.) (Calendar/YEAR))}]
(main/info "Creating a new ClojureScript Electron project \"" name "\" ...")
(main/info (str "Creating a new ClojureScript Electron project \"" name "\" ..."))
(t/->files
data
"app/js"