Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
Fix: respect sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFruxz committed Jan 22, 2022
1 parent bdb7756 commit bba8d73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ data class Completion(
}
}

return@let first + second + third
return@let sortedSetOf(*first.toTypedArray(), *second.toTypedArray(), *third.toTypedArray()).toMutableList()
}

} else
Expand Down

0 comments on commit bba8d73

Please sign in to comment.