clj style

This commit is contained in:
crumbtoo
2024-04-02 14:45:41 -06:00
parent 4a5edf8248
commit 0f9c179f20

View File

@@ -9,5 +9,5 @@
n (count paths)] n (count paths)]
(cond (< 1 n) (die ">1 build directories found. run `cabal clean`.") (cond (< 1 n) (die ">1 build directories found. run `cabal clean`.")
(< n 1) (die "no build directories found. this shouldn't happen lol") (< n 1) (die "no build directories found. this shouldn't happen lol")
:else (-> (first paths) fs/real-path str println))) :else (-> paths first fs/real-path str println)))