Skip to content

Commit c2dc65d

Browse files
committed
Swap the order of set and sort
1 parent 1a29468 commit c2dc65d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

clj/src/vim_clojure_static/generate.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
:members
7979
(map (comp name :name))
8080
(filter #(.startsWith % "is"))
81-
sort
82-
set)]
81+
set
82+
sort)]
8383
(reduce
8484
(fn [pats is-m]
8585
(let [c-name (second (s/split is-m #"is" 2))]

0 commit comments

Comments
 (0)