code cleanup: rubocop: fix Layout/SpaceBeforeComma in lib/redmine/export/pdf.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18839 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-10-22 16:06:34 +00:00
parent accab3c755
commit 5d4f94142b
2 changed files with 1 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ module Redmine
Redmine::WikiFormatting.to_html(Setting.text_formatting, text)
end
def RDMCell(w ,h=0, txt='', border=0, ln=0, align='', fill=0, link='')
def RDMCell(w, h=0, txt='', border=0, ln=0, align='', fill=0, link='')
cell(w, h, txt, border, ln, align, fill, link)
end