Skip to content

Commit

Permalink
Add trailing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
gideonshaked committed Jul 10, 2021
1 parent dce02e5 commit 58ca530
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sign_tags = True

[bumpversion:file:src/server/setup.py]

[bumpversion:file:src/server/server/__init__.py]
[bumpversion:file:src/server/server/__init__.py]
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ repos:
- id: check-executables-have-shebangs
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ As a last resort, try restarting it:

```shell
sudo systemctl restart palms.service
```
```
2 changes: 1 addition & 1 deletion src/server/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ main() {
rm_server_dir
}

main
main

0 comments on commit 58ca530

Please sign in to comment.