Skip to content

Commit

Permalink
Fixed gen_mds.py pre-commit for the 6th time.
Browse files Browse the repository at this point in the history
  • Loading branch information
atstarke committed Aug 15, 2024
1 parent 585f04d commit 0275988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripts/gen_mds.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
f"{file_name}.md",
)

front_matter = f"---\n" f"autogenerated:\n" f"title: {file_name}\n" f"---\n"
front_matter = f"---\n" f"autogenerated: \n" f"title: {file_name}\n" f"---\n"
title = f"# {file_name}"

if docstring is None or docstring == "":
Expand Down

0 comments on commit 0275988

Please sign in to comment.