mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user