Enable Style/TrailingCommaInArguments

This commit is contained in:
gregoirenovel 2018-10-01 14:08:12 +02:00
parent 275bb64c1f
commit 7e4268db67
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ describe 'new_gestionnaire/dossiers/envoyer_dossier_block.html.haml', type: :vie
render(
'new_gestionnaire/dossiers/envoyer_dossier_block.html.haml',
dossier: dossier,
potential_recipients: potential_recipients,
potential_recipients: potential_recipients
)
end