#64 Removing superfluous indentations from templates; Each template can start with an indentation of 0 as it will be correctly indented automatically later on

This commit is contained in:
Gunnar Morling 2013-08-18 00:30:46 +02:00
parent 4a0141fb4b
commit 3e8ba36774
6 changed files with 139 additions and 140 deletions

View File

@ -36,11 +36,10 @@ public class ${implementationName} implements ${interfaceName} {
<@includeModel object=mapper/>
</#list>
<#list mappingMethods as mappingMethod>
<@includeModel object=mappingMethod/>
<#if mappingMethod_has_next>
</#if>
<@includeModel object=mappingMethod/>
</#list>
}