Skip to content

Commit 2a7de5d

Browse files
Fix Layout/ClosingParenthesisIndentation offense (#35683).
git-svn-id: http://svn.redmine.org/redmine/trunk@21220 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent e551c0c commit 2a7de5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/redmine/export/pdf/issues_pdf_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def pdf_format_text(object, attribute)
374374
:edit_section_links => false,
375375
:headings => false,
376376
:inline_attachments => false
377-
)
377+
)
378378
end
379379

380380
def is_cjk?

0 commit comments

Comments
 (0)