Skip to content

Commit 4f1e46c

Browse files
authored
Merge branch 'main' into update-rule-package-schema
2 parents 0084f0a + 39f1fa6 commit 4f1e46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/help/cert-help-extraction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,4 +533,4 @@ def get_help(rule):
533533
update_help_file(parsed_help, [HeadingDiffUpdateSpec(heading, parsed_temp_help) for heading in second_level_headings] + [HeadingFormatUpdateSpec()])
534534

535535
temp_help_path.unlink()
536-
help_path.write_text(md.render(parsed_help), encoding='utf8', newline='\n')
536+
help_path.write_text(md.render(parsed_help), encoding='utf8')

0 commit comments

Comments
 (0)