feat(move_after_edit_list) : Add new line at end of file to avoid lint error

This commit is contained in:
Corinne Durrmeyer 2024-04-04 09:39:40 +02:00 committed by GitHub
parent 84f0165520
commit 1cd552c79f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,4 +4,4 @@
- if coordinate.type_de_champ.header_section?
%option{ value: coordinate.stable_id }= "----- #{coordinate.libelle} -----"
- else
%option{ value: coordinate.stable_id }= "#{coordinate.position + 1} - #{coordinate.libelle}"
%option{ value: coordinate.stable_id }= "#{coordinate.position + 1} - #{coordinate.libelle}"