Skip to content

Commit 486b2f2

Browse files
committed
Add blank lines to improve readability in multiple script files, including convert_pdf_figures.py, QUICKSTART.md, README.md, and convert_qerl.py.
1 parent de078d4 commit 486b2f2

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

scripts/QUICKSTART.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,4 @@ See working examples in `scripts/examples/`:
100100

101101
Check the full documentation: [scripts/README.md](README.md)
102102

103+

scripts/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,3 +333,4 @@ When adding new features:
333333

334334
MIT License - Use freely for Open Superintelligence Lab blog posts.
335335

336+

scripts/convert_pdf_figures.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,3 +282,4 @@ def main():
282282
if __name__ == "__main__":
283283
main()
284284

285+

scripts/examples/convert_qerl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,4 @@ def main():
8080
if __name__ == "__main__":
8181
main()
8282

83+

0 commit comments

Comments
 (0)