Skip to content

Commit f2306bb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cc58561 commit f2306bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

specfile/specfile.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,9 @@ def add_changelog_entry(
617617
except AttributeError:
618618
evr = ""
619619
evr += f"{tags.version.expanded_value}-"
620-
evr += self.expand(tags.release.value, extra_macros=[("dist", "")])
620+
evr += self.expand(
621+
tags.release.value, extra_macros=[("dist", "")]
622+
)
621623
with self.changelog(section) as changelog:
622624
if changelog is None:
623625
return

0 commit comments

Comments
 (0)