Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove trailing whitespace from `lsp-describe-thing-at-point'
When calling `lsp-describe-thing-at-point' trailing whitespace can leak into the help buffer. Depending on the face settings, this whitespace can be visibile. Instead of removing trailing whitespace at the end of the buffer, do so on a line-by-line basis. Fixes #4572
- Loading branch information