Skip to content

Commit

Permalink
format generated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCaseres committed May 2, 2024
1 parent 11f43d5 commit ad5f874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-runners-benchmarks/generate_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def generate_readme():

with open('README.md', 'w') as readme:
readme.write(template)
readme.write('```yaml \n')
readme.write('\n\n```yaml \n')
readme.write(yaml.dump(final_result, allow_unicode=True))
readme.write('```\n')

Expand Down

0 comments on commit ad5f874

Please sign in to comment.