Skip to content

Commit

Permalink
Fix missing newlines at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
richardebeling committed Nov 21, 2023
1 parent c801f10 commit 78b0cf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# things that fail without this:
# * bash autocompletion (.sh): -bash: /etc/bash_completion.d/manage_autocompletion.sh: line 8: syntax error near unexpected token `$'\r''
# * running python files: /usr/bin/env: ‘python3\r’: No such file or directory
# Since that's a huge part of the code base, it doesn't really make sense to allow automatic EOL conversion for the rest of the files.
# Since that's a huge part of the code base, it doesn't really make sense to allow automatic EOL conversion for the rest of the files.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "evap/static/bootstrap"]
path = evap/static/bootstrap
url = https://github.com/twbs/bootstrap.git
shallow = true
shallow = true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ MIT, see [LICENSE.md](LICENSE.md).

## Supported Browsers

The platform is only tested in Mozilla Firefox and Google Chrome. Other browsers might not render all pages correctly.
The platform is only tested in Mozilla Firefox and Google Chrome. Other browsers might not render all pages correctly.

0 comments on commit 78b0cf5

Please sign in to comment.