From de483ac0f6794848e91671e8736e4f75bcc205fc Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Mon, 19 Mar 2018 15:22:51 +0100 Subject: [PATCH] Format all attr_to_fetch methods the same way --- app/lib/api_entreprise/exercices_adapter.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/lib/api_entreprise/exercices_adapter.rb b/app/lib/api_entreprise/exercices_adapter.rb index ae0d1cbba..a8a9d1812 100644 --- a/app/lib/api_entreprise/exercices_adapter.rb +++ b/app/lib/api_entreprise/exercices_adapter.rb @@ -23,6 +23,10 @@ class ApiEntreprise::ExercicesAdapter end def attr_to_fetch - [:ca, :date_fin_exercice, :date_fin_exercice_timestamp] + [ + :ca, + :date_fin_exercice, + :date_fin_exercice_timestamp + ] end end