Skip to content

Commit

Permalink
chore: fix trailing whitespace and file ends
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas777 committed Nov 5, 2024
1 parent f882f67 commit 3d415fc
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ config_dev.toml
protected_media/
media/
.vscode
.python-version
.python-version
1 change: 0 additions & 1 deletion .tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ source_file = democracy/locale/django.pot
source_lang = en
trans.fi = democracy/locale/fi/LC_MESSAGES/django.po
type = PO

3 changes: 1 addition & 2 deletions api_urls_draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Language used as GET parameter anywhere
- send #26

## /account

- register #9
- update user info #11

Expand Down Expand Up @@ -152,4 +152,3 @@ List labels. Get detail. Create, update.

- **list** _/api/v1/labels/?hearing=[hearingID]_
- **CRUD** #23 _/api/v1/labels/[labelID]_

4 changes: 2 additions & 2 deletions democracy/locale/fi/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Translations template for PROJECT.
# Copyright (C) 2016 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
#
#
# Translators:
# Aarni Koskela, 2015-2016
# Tuomas Haapala <[email protected]>, 2016
Expand Down Expand Up @@ -254,4 +254,4 @@ msgid "multiple-choice"
msgstr "monivalintakysymys"

msgid "total answers"
msgstr "vastauksia yhteensä"
msgstr "vastauksia yhteensä"
2 changes: 1 addition & 1 deletion democracy/static/admin/select2/select2.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion deploy/wait-for-it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,4 @@ if [[ $WAITFORIT_CLI != "" ]]; then
exec "${WAITFORIT_CLI[@]}"
else
exit $WAITFORIT_RESULT
fi
fi
14 changes: 7 additions & 7 deletions docs/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
### Breakdown:

#### Kategoria-otsikko
1. Tiedosto
1. Tiedosto
* Selitys muutoksista

2. Tiedosto
* Selitys muutoksista

3. Tiedosto
* Selitys muutoksista

#### Kategoria-otsikko
1. Tiedosto
1. Tiedosto
* Selitys muutoksista

2. Tiedosto
* Selitys muutoksista

3. Tiedosto
* Selitys muutoksista

0 comments on commit 3d415fc

Please sign in to comment.