new line at the end of the file added
This commit is contained in:
parent
1c24bae47e
commit
7934ef50a7
|
|
@ -16,4 +16,4 @@ import java.time.ZonedDateTime
|
|||
{% endif -%}
|
||||
open class {% include 'blocks/class/classtype.twig' with { type: type } %} (
|
||||
{%- include 'blocks/class/constructor-fields-info.twig' with { fields: allFieldsOrdered, superclassesFields: superclassesFields } %}
|
||||
){% include 'blocks/class/supertype.twig' with { type: type, parent: parent } %} {%- include 'blocks/class/fields-super-initialization.twig' with { fields: superclassesFields } -%}
|
||||
){% include 'blocks/class/supertype.twig' with { type: type, parent: parent } %} {%- include 'blocks/class/fields-super-initialization.twig' with { fields: superclassesFields } %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue