From f8d805e4e8ea24f0726d4e1a4729d8a8deb4c99a Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Sun, 5 Nov 2017 23:22:08 +0300 Subject: [PATCH] comment equtable section --- Swift/Class.swift.twig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Swift/Class.swift.twig b/Swift/Class.swift.twig index 748c4a1..b9f29a7 100644 --- a/Swift/Class.swift.twig +++ b/Swift/Class.swift.twig @@ -37,6 +37,7 @@ import ObjectMapper } } +{# {% if not hasChilds %} extension {{ type.baseTypeName }}: Equatable { @@ -46,4 +47,5 @@ extension {{ type.baseTypeName }}: Equatable { } } -{% endif -%} \ No newline at end of file +{% endif -%} +#} \ No newline at end of file