Skip to content

Commit 40d21e9

Browse files
committed
fix(owlbot): align template and post-processor formatting
1 parent 9cc60b3 commit 40d21e9

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

java-health/owlbot.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@
3333
"java.header",
3434
"license-checks.xml",
3535
"renovate.json",
36-
".gitignore",
37-
],
38-
)
36+
".gitignore"
37+
])

sdk-platform-java/hermetic_build/library_generation/templates/owlbot.py.j2

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ java.common_templates(
2424
monorepo=True,{% if template_excludes %}
2525
excludes=[
2626
{%- for exclude in template_excludes %}
27-
"{{ exclude }}",
27+
"{{ exclude }}"{% if not loop.last %},{% endif %}
2828
{%- endfor %}
29-
],{% endif %}
30-
){% endif %}
29+
])
30+
{%- endif %}
31+
)
32+
{%- endif %}

0 commit comments

Comments
 (0)