Skip to content

Commit ef8326a

Browse files
committed
Fix indentation and remove trailing line
1 parent 9a19e5f commit ef8326a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

templates/install_pipenv.jj2

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ python_version= '3.6'
88

99
[packages]
1010
{% for dependency in dependencies: %}
11-
{% if '=' in dependency %}
12-
{{dependency}}
13-
{% else %}
14-
{{dependency}} = "*"
15-
{% endif %}
11+
{% if '=' in dependency %}
12+
{{dependency}}
13+
{% else %}
14+
{{dependency}} = "*"
15+
{% endif %}
1616
{% endfor %}
17-

0 commit comments

Comments
 (0)