fix(rubocop): Layout/ExtraSpacing et Layout/SpaceAroundOperators

This commit is contained in:
Colin Darie 2024-02-05 12:24:03 +01:00
parent e0d5dc84d5
commit e3f233cd51
No known key found for this signature in database
GPG key ID: 8C76CADD40253590
4 changed files with 5 additions and 5 deletions

View file

@ -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)