Skip to content

Commit

Permalink
Reformat tasks.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jul 29, 2024
1 parent bbb972f commit 069ee2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ def make_doc(ctx: Context) -> None:
"{: .no_toc }\n\n## Table of contents\n{: .no_toc .text-delta }\n* TOC\n{:toc}\n\n",
contents,
)
contents = "---\nlayout: default\ntitle: Home\nnav_order: 1\n---\n\n" + contents
contents = (
"---\nlayout: default\ntitle: Home\nnav_order: 1\n---\n\n" + contents
)

f.write(contents)

Expand Down

0 comments on commit 069ee2c

Please sign in to comment.