Skip to content

Commit b2d4322

Browse files
authored
Fix missing line in generated snippets (#1117)
1 parent 6d092af commit b2d4322

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/update_readme_snippets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def process_snippet_block(match: re.Match, check_mode: bool = False) -> str:
5959
{indent}```python
6060
{indent}{indented_code}
6161
{indent}```
62+
6263
{indent}_Full example: [{file_path}]({github_url})_
6364
{indent}<!-- /snippet-source -->"""
6465

0 commit comments

Comments
 (0)