mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#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:
parent
4a0141fb4b
commit
3e8ba36774
@ -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>
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user