Skip to content

Commit fd36160

Browse files
fix (cookiecutter): more whitespace control
1 parent 757baa8 commit fd36160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ test = [
3535
"pytest-xdist<4.0.0,>=3.6.1",
3636
]
3737

38-
{% if cookiecutter.command_line_interface != "No command-line interface" %}
38+
{% if cookiecutter.command_line_interface != "No command-line interface" -%}
3939
[project.scripts]
4040
{{ cookiecutter.project_slug }} = "{{ cookiecutter.project_slug }}.cli:main"
41-
{% endif %}
41+
{%- endif %}
4242

4343
[tool.deptry]
4444
# DEP003: transitive deps

0 commit comments

Comments
 (0)