Skip to content

Commit

Permalink
Update anagram_finder.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
solar05 authored Nov 24, 2023
1 parent bc54a15 commit 4a76bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/battle_asserts/issues/anagram_finder.clj
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
(filterv #(= (prepare-anagram %) word) words)) uniq)))]
(if (empty? (first result))
[["anagrams not found!"]]
(sort-by first result))))
(vec (sort-by first result)))))

0 comments on commit 4a76bef

Please sign in to comment.