Skip to content

Commit c2977f6

Browse files
authored
ci(changelog): fix changelog template (#2431)
1 parent 92504b7 commit c2977f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/cliff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ body = """
3333
{{ self::print_commit(commit=commit) }}
3434
{%- endfor %}
3535
{%- for commit in commits %}
36-
{%- if not commit.scope -%}
36+
{%- if not commit.scope %}
3737
{{ self::print_commit(commit=commit) }}
38-
{%- endif -%}
38+
{%- endif %}
3939
{%- endfor -%}
4040
{%- endfor -%}
4141

0 commit comments

Comments
 (0)