new line at the end of the file added

This commit is contained in:
Elena Bobkova 2019-06-27 14:37:31 +03:00
parent 1c24bae47e
commit 7934ef50a7
1 changed files with 1 additions and 1 deletions

View File

@ -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 } %}