Skip to content

Commit a7cdc9f

Browse files
committed
Fix white space
1 parent 31eb714 commit a7cdc9f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

template/pyproject.toml.jinja

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,10 @@ Repository = "{{ repository_url }}"
7171
Issues = "{{ repository_url }}/issues"
7272
{% if AddChangeLog -%}
7373
Changelog = "{{ repository_url }}/CHANGELOG.md"
74-
{%- endif %}
74+
{% endif -%}
7575
{% if AddOnlineDocumentation -%}
7676
ReadTheDocs = "https://{{ package_name }}.readthedocs.io"
77-
{%- endif %}
78-
77+
{% endif %}
7978
[tool.pytest.ini_options]
8079
testpaths = ["tests"]
8180

0 commit comments

Comments
 (0)