We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0084f0a + 39f1fa6 commit 4f1e46cCopy full SHA for 4f1e46c
scripts/help/cert-help-extraction.py
@@ -533,4 +533,4 @@ def get_help(rule):
533
update_help_file(parsed_help, [HeadingDiffUpdateSpec(heading, parsed_temp_help) for heading in second_level_headings] + [HeadingFormatUpdateSpec()])
534
535
temp_help_path.unlink()
536
- help_path.write_text(md.render(parsed_help), encoding='utf8', newline='\n')
+ help_path.write_text(md.render(parsed_help), encoding='utf8')
0 commit comments