Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: ClemensLinnhoff <[email protected]>
  • Loading branch information
ClemensLinnhoff committed Dec 17, 2024
1 parent c6a81e5 commit 140220f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/json2asciidoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def generate_asciidoc_properties(properties: Dict, required_fields: List[str], l
asciidoc_content += f"\n*Items enum:* `+{prop_data['items'].get('enum', '')}+` +"
asciidoc_content += f"\n{prop_data['items'].get('description', '')}\n"


asciidoc_content += "\n"

# If there are nested properties, recursively generate content for them
Expand Down

0 comments on commit 140220f

Please sign in to comment.