Skip to content

Commit 2be2177

Browse files
committed
Use juxt where idiomatic
1 parent 807b8ed commit 2be2177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/refactor_nrepl/ns/libspecs.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
(defn- aliases [libspecs]
1414
(->> libspecs
15-
(map #(vector (:as %) (:ns %)))
15+
(map (juxt :as :ns))
1616
(remove #(nil? (first %)))
1717
distinct))
1818

0 commit comments

Comments
 (0)