Skip to content

Commit

Permalink
Fix rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
eerohele committed Feb 19, 2024
1 parent af111af commit a0ba788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clojure/src/tutkain/completions.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@

(def ^:private all-class-candidates
(future
(into (sorted-set)
(into (sorted-set-by (fn [x y] (compare (:trigger x) (:trigger y))))
(concat (non-base-classes) (base-classes)))))

(defn ^:private nested-class-names
Expand Down

0 comments on commit a0ba788

Please sign in to comment.