Skip to content

Commit

Permalink
alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
residentsummer committed Mar 11, 2019
1 parent 87a2598 commit 53073e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/analysis-runner/src/cljdoc/analysis/runner.clj
Expand Up @@ -156,7 +156,7 @@
"Analyze the provided project"
[{:keys [project version jarpath pompath repos]}]
{:pre [(seq project) (seq version) (seq jarpath) (seq pompath)]}
(let [project (symbol project)
(let [project (symbol project)
analysis-dir (util/system-temp-dir (str "cljdoc-" project "-" version))
output-file (io/file util/analysis-output-prefix (util/cljdoc-edn project version))]
(try
Expand Down

0 comments on commit 53073e5

Please sign in to comment.