Skip to content

Commit

Permalink
add a newline at the end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonlinger committed Dec 7, 2023
1 parent 55ebf81 commit f35c85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/src/release-notes-docs/yml2md.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ def convert_yaml_to_markdown(input_yaml_file, output_markdown_path):

input_yaml_file = sys.argv[1]
output_markdown_path = sys.argv[2]
convert_yaml_to_markdown(input_yaml_file, output_markdown_path)
convert_yaml_to_markdown(input_yaml_file, output_markdown_path)

0 comments on commit f35c85f

Please sign in to comment.