diff --git a/python/scripts/cbl_report.py b/python/scripts/cbl_report.py index 2ca81e85..0fed6528 100755 --- a/python/scripts/cbl_report.py +++ b/python/scripts/cbl_report.py @@ -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'],