fix(rubocop): Layout/ExtraSpacing et Layout/SpaceAroundOperators
This commit is contained in:
parent
e0d5dc84d5
commit
e3f233cd51
4 changed files with 5 additions and 5 deletions
|
@ -148,7 +148,7 @@ def render_single_champ(pdf, champ)
|
|||
add_libelle(pdf, champ)
|
||||
pdf.text champ.description
|
||||
pdf.text "\n"
|
||||
when 'Champs::AddressChamp', 'Champs::CarteChamp', 'Champs::TextareaChamp'
|
||||
when 'Champs::AddressChamp', 'Champs::CarteChamp', 'Champs::TextareaChamp'
|
||||
format_in_2_lines(pdf, champ, 5)
|
||||
when 'Champs::DropDownListChamp'
|
||||
add_libelle(pdf, champ)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue