Skip to content

Commit

Permalink
not meaningful formatting changes reversed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspazza committed Sep 17, 2024
1 parent 29edd69 commit b9fff5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/antq/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,9 @@
(:transitive options)
(concat (dep.transitive/resolve-transitive-deps deps))

:always (remove #(or (skip-artifacts? % options)
(using-release-version? %))))
:always
(remove #(or (skip-artifacts? % options)
(using-release-version? %))))
uniq-deps (distinct-deps org-deps)
_ (report/init-progress uniq-deps options)
uniq-deps-with-vers (doall (pmap #(assoc-versions % options) uniq-deps))
Expand Down

0 comments on commit b9fff5f

Please sign in to comment.