From 11ba30f8a5719308fc115d6d3e448fd01b66f2df Mon Sep 17 00:00:00 2001 From: sjaakd Date: Sun, 2 Feb 2014 17:15:45 +0100 Subject: [PATCH] #81, removing empty lines after factory method from code generation --- .../main/resources/org.mapstruct.ap.model.MethodReference.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/src/main/resources/org.mapstruct.ap.model.MethodReference.ftl b/processor/src/main/resources/org.mapstruct.ap.model.MethodReference.ftl index c9b799180..6599b921e 100644 --- a/processor/src/main/resources/org.mapstruct.ap.model.MethodReference.ftl +++ b/processor/src/main/resources/org.mapstruct.ap.model.MethodReference.ftl @@ -18,4 +18,4 @@ limitations under the License. --> -<#if declaringMapper??>${mapperVariableName}.${name}( ${ext.input} ) \ No newline at end of file +<#if declaringMapper??>${mapperVariableName}.${name}<#if ext.input??>( ${ext.input} )<#else>() \ No newline at end of file