Improved: no functional change simple formatting
diff --git a/assetmaint/template/PrintFixedAssetMaint.fo.ftl b/assetmaint/template/PrintFixedAssetMaint.fo.ftl
index a2cb9f7..79b625a 100644
--- a/assetmaint/template/PrintFixedAssetMaint.fo.ftl
+++ b/assetmaint/template/PrintFixedAssetMaint.fo.ftl
@@ -222,8 +222,7 @@
           <#list notes as note>
             <fo:table-row>
               <fo:table-cell>
-                <fo:block>Author : ${Static[
-                    "org.apache.ofbiz.party.party.PartyHelper"].getPartyName(delegator, note.noteParty, true)}</fo:block>
+                <fo:block>Author : ${Static["org.apache.ofbiz.party.party.PartyHelper"].getPartyName(delegator, note.noteParty, true)}</fo:block>
                 <fo:block>Date : ${note.noteDateTime?string.short}</fo:block>
                 <#escape x as x?html>
                   <fo:block>${note.noteInfo!}</fo:block>