Skip to content

Commit 34a69c3

Browse files
authored
chore(python): updates jinja template to control blank line whitespace (#2064)
1 parent d1011bc commit 34a69c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • synthtool/gcp/templates/python_library/docs

synthtool/gcp/templates/python_library/docs/conf.py.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,9 @@ intersphinx_mapping = {
369369
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
370370
"protobuf": ("https://googleapis.dev/python/protobuf/latest/", None),
371371
{%- if intersphinx_dependencies %}
372-
{% for name, url in intersphinx_dependencies.items() %}
372+
{%- for name, url in intersphinx_dependencies.items() %}
373373
"{{ name }}": ("{{ url }}", None),
374-
{% endfor %}
374+
{%- endfor -%}
375375
{% endif %}
376376
}
377377

0 commit comments

Comments
 (0)