Description
When using Diff view for a pull request, a newline symbol is displayed as being present in file version when it is not in the file. This new line symbol is faintly colored gray which makes it difficult to view it.
Suggestions
- There should be no new line at the end of a file version, where the file has no such new line.
- The color of the white space symbol should be more visible for easy view. A more visible color should be used in the place of the light grey color.
Steps to reproduce
- Create a pull request where a text file is added where that file's last line does not end with a newline.
i.e. # echo -n "hello" > hello.txt - Update the pull request by adding a newline of text, to the end of the file.
Expected Result
There should be no new line at the end of a file version of the Diff view with show whitspace differences active
Actual Result
With "show whitspace differences" active, you will see that both the original and the updated version show a newline.
The image below show the new line added.
