Skip to content

Commit d42eac8

Browse files
committed
formatting fix
1 parent 17488b9 commit d42eac8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/gardenlinux/github/__main__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,9 +628,7 @@ def release_notes_compare_package_versions_section(gardenlinux_version, package_
628628
previous_version = f"{major}.{patch - 1}"
629629

630630
output += f"## Changes in Package Versions Compared to {previous_version}\n"
631-
output += "```diff\n"
632631
output += compare_apt_repo_versions(previous_version, gardenlinux_version)
633-
output += "```\n\n"
634632
elif patch == 0:
635633
output += f"## Full List of Packages in Garden Linux version {major}\n"
636634
output += "<details><summary>Expand to see full list</summary>\n"

0 commit comments

Comments
 (0)