Skip to content

Commit

Permalink
chore: remove leftover distinct
Browse files Browse the repository at this point in the history
  • Loading branch information
jkciesluk committed Nov 17, 2023
1 parent d7841ac commit d141607
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ final class PcSemanticTokensProvider(
Collector
.result()
.flatten
.distinct
.sortWith((n1, n2) =>
if n1.start() == n2.start() then n1.end() < n2.end()
else n1.start() < n2.start()
Expand Down

0 comments on commit d141607

Please sign in to comment.