cleanup: rubocop: fix Layout/IndentFirstArgument in lib/redmine/export/pdf/wiki_pdf_helper.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@19308 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-11-25 18:58:16 +00:00
parent 3ccbfd9ec1
commit 2c2283bc3a

View 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)