Skip to content

Commit

Permalink
Undo reflow
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Jan 30, 2024
1 parent ac9afc0 commit 1b57e75
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions dev/releases/generate_package_release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,9 @@ def main(old_gap_version, new_gap_version):
f"""
#### Updated packages redistributed with GAP
The GAP {new_gap_version} distribution contains {len(new_json)} packages, of
which {len(updated)} have been updated since GAP {old_gap_version}. The full
list of updated packages is given below:
""".lstrip()
)
The GAP {new_gap_version} distribution contains {len(new_json)} packages, of which {len(updated)} have been
updated since GAP {old_gap_version}. The full list of updated packages is given below:
""".lstrip())
for p in sorted(updated):
old = old_json[p]
new = new_json[p]
Expand Down

0 comments on commit 1b57e75

Please sign in to comment.