comment equtable section

This commit is contained in:
Ivan Smolin 2017-11-05 23:22:08 +03:00
parent 89455e9979
commit f8d805e4e8
1 changed files with 3 additions and 1 deletions

View File

@ -37,6 +37,7 @@ import ObjectMapper
}
}
{#
{% if not hasChilds %}
extension {{ type.baseTypeName }}: Equatable {
@ -46,4 +47,5 @@ extension {{ type.baseTypeName }}: Equatable {
}
}
{% endif -%}
{% endif -%}
#}