fix extra spaces
yes, i am that nitpicky
This commit is contained in:
parent
6890820fb8
commit
8c1a803f1c
|
@ -14,7 +14,7 @@
|
||||||
:root-ns (t/sanitize-ns name)
|
:root-ns (t/sanitize-ns name)
|
||||||
:root-ns-path (t/name-to-path name)
|
:root-ns-path (t/name-to-path name)
|
||||||
:year (.get (GregorianCalendar.) (Calendar/YEAR))}]
|
: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
|
(t/->files
|
||||||
data
|
data
|
||||||
"app/js"
|
"app/js"
|
||||||
|
|
Reference in a new issue