Skip to content

Commit

Permalink
python: cbl_report: Update spacing for patch items
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Dec 6, 2023
1 parent 7284226 commit d577bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/scripts/cbl_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def generate_item(args):
}
md_links = [f"[`{key}`]({links[key]})" for key in sorted(links)]

print(f"* `{title}` ({', '.join(md_links)})")
print(f" * `{title}` ({', '.join(md_links)})")

elif item_type == 'pr':
proc = subprocess.run(['gh', 'pr', 'view', '--json', 'title,url'],
Expand Down

0 comments on commit d577bcd

Please sign in to comment.