mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-06 09:03:25 +00:00
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:
parent
accab3c755
commit
5d4f94142b
@ -248,7 +248,6 @@ Layout/SpaceAroundOperators:
|
||||
# Cop supports --auto-correct.
|
||||
Layout/SpaceBeforeComma:
|
||||
Exclude:
|
||||
- 'lib/redmine/export/pdf.rb'
|
||||
- 'test/mocks/open_id_authentication_mock.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user