Skip to content

Commit

Permalink
style: Fix formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Apr 6, 2024
1 parent ada3d00 commit 3c54dd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/antq/upgrade/clojure.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
(defn- in-namespaced-map?
[loc]
(boolean
(some-> loc
z/up
z/leftmost
z/up
z/namespaced-map?)))
(some-> loc
z/up
z/leftmost
z/up
z/namespaced-map?)))

(defn- in-deps?
[loc]
Expand Down
3 changes: 2 additions & 1 deletion test/antq/upgrade/clojure_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
:file (io/resource "dep/test_deps.edn")
:extra {:sha "123abcd"}}))

(defn- select-deps [name-pred file]
(defn- select-deps
[name-pred file]
(->> (slurp file)
(dep.clj/extract-deps "")
(filter #(name-pred (:name %)))
Expand Down

0 comments on commit 3c54dd9

Please sign in to comment.