Skip to content

Commit 20d636e

Browse files
Preserve blank line.
1 parent 28ff53e commit 20d636e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.generator/src/generator/templates/model_generic.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
definition.enum is defined #}
1818

1919
{%- if "description" in definition %}
20+
{# preserve blank line #}
2021
{{ definition.description|block_comment|indent(4) }}
2122
{%- endif %}
2223
{%- if has_validation %}

0 commit comments

Comments
 (0)