Skip to content

Commit

Permalink
Merge pull request #17 from sogaiu/minor-tweak
Browse files Browse the repository at this point in the history
docstring position tweak
  • Loading branch information
taylorwood authored Nov 26, 2019
2 parents 6c459bf + d0f2a10 commit 602587d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/clj/native_image.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@

(def windows? (cs/starts-with? (System/getProperty "os.name") "Windows"))

(defn merged-deps []
(defn merged-deps
"Merges install, user, local deps.edn maps left-to-right."
[]
(deps.reader/read-deps (deps.reader/default-deps)))

(defn sh
Expand Down

0 comments on commit 602587d

Please sign in to comment.