Skip to content

Commit 85b630a

Browse files
committed
Remnant character
1 parent 66e1ce3 commit 85b630a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/docs-links-checker/check_docs_links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ def generate_report(results, output_file='link_report.md'):
106106

107107
broken_count = sum(1 for r in results if not r[2])
108108
if broken_count > 0:
109-
print(f"\n❌ Found {broken_count} broken links! See 'link_report.md' for details.")
109+
print("\n❌ Found {broken_count} broken links! See 'link_report.md' for details.")
110110
else:
111111
print("\n🎉 All links are working! Report saved to 'link_report.md'")

0 commit comments

Comments
 (0)