Skip to content

Commit

Permalink
cljfmt ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Apr 12, 2024
1 parent f917ef6 commit 452ca60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reval/src/reval/task.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
(defn save-welcome []
(spit "target/webly/public/rdocument/welcome.edn" nb-welcome))


(defn- ensure-directory [path]
(when-not (.exists (io/file path))
(.mkdir (java.io.File. path))))
Expand Down

0 comments on commit 452ca60

Please sign in to comment.