Skip to content

Commit

Permalink
remove newlines
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <[email protected]>
  • Loading branch information
Kenji Miyake committed Feb 8, 2022
1 parent 3d334cc commit 8028815
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/fixtures/test-date-order-arg/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ body = """
{% for commit in commits %}
- {% if commit.breaking %}[**breaking**] {% endif %}{{ commit.message | upper_first }}\
{% endfor %}
{% endfor %}\n
{% endfor %}
"""
2 changes: 1 addition & 1 deletion .github/fixtures/test-date-order/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body = """
{% for commit in commits %}
- {% if commit.breaking %}[**breaking**] {% endif %}{{ commit.message | upper_first }}\
{% endfor %}
{% endfor %}\n
{% endfor %}
"""

[git]
Expand Down
2 changes: 1 addition & 1 deletion .github/fixtures/test-ignore-tags/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body = """
{% for commit in commits %}
- {% if commit.breaking %}[**breaking**] {% endif %}{{ commit.message | upper_first }}\
{% endfor %}
{% endfor %}\n
{% endfor %}
"""

[git]
Expand Down
2 changes: 1 addition & 1 deletion .github/fixtures/test-topo-order/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ body = """
{% for commit in commits %}
- {% if commit.breaking %}[**breaking**] {% endif %}{{ commit.message | upper_first }}\
{% endfor %}
{% endfor %}\n
{% endfor %}
"""

0 comments on commit 8028815

Please sign in to comment.