]> source.dussan.org Git - redmine.git/commitdiff
cleanup: rubocop: fix Layout/IndentFirstArgument in lib/redmine/export/pdf/wiki_pdf_h...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 25 Nov 2019 18:58:16 +0000 (18:58 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 25 Nov 2019 18:58:16 +0000 (18:58 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19308 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/export/pdf/wiki_pdf_helper.rb

index 1751fdb128c58ac20c56985c878618d481bf960d..7ef7865c64b790173c9fb44ea28e6cfed493c84a 100644 (file)
@@ -46,9 +46,11 @@ module Redmine
           pdf.footer_date = format_date(User.current.today)
           pdf.add_page
           pdf.SetFontStyle('B',11)
-          pdf.RDMMultiCell(
-                190,5,
-                "#{project} - #{page.title} - # #{page.content.version}")
+          pdf.
+            RDMMultiCell(
+              190, 5,
+              "#{project} - #{page.title} - # #{page.content.version}"
+            )
           pdf.ln
           # Set resize image scale
           pdf.set_image_scale(1.6)