You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When viewing any file in the repository, it shows an extra, blank line at the end that shouldn't be there. When using the web editor to change the file, the additional blank line is also there.
[x]
):Description
When viewing any file in the repository, it shows an extra, blank line at the end that shouldn't be there. When using the web editor to change the file, the additional blank line is also there.
Example
On GitLab the file is shown correctly, with 3 lines:
https://gitlab.com/higan/higan/blob/master/.gitignore
But on Gitea, the same file is shown incorrectly with 4 lines:
https://try.gitea.io/giteauser/example/src/branch/master/.gitignore
If you clone the repo from Gitea and open the file in vim, it correctly has 3 lines:
The text was updated successfully, but these errors were encountered: