Skip to content

Commit

Permalink
fix(examples): remove empty lines at the beginning and the end of cod…
Browse files Browse the repository at this point in the history
…e blocks (#526)
  • Loading branch information
denismerigoux authored Oct 30, 2023
2 parents 73df41e + 6d66cfe commit c4d1c9a
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions examples/aides_logement/archives.catala_fr
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,6 @@ champ d'application CalculAidePersonnaliséeLogementLocatif
357,80€ + 52,08€ * multiplicateur_majoration_plafond_loyer_d823_16_2
--Zone3:
330,94€ + 47,43€ * multiplicateur_majoration_plafond_loyer_d823_16_2

```

### Article 8 | LEGIARTI000044137429 [archive]
Expand Down Expand Up @@ -2276,7 +2275,6 @@ champ d'application CalculAidePersonnaliséeLogementLocatif
356,30€ + 51,86€ * multiplicateur_majoration_plafond_loyer_d823_16_2
--Zone3:
329,56€ + 47,23€ * multiplicateur_majoration_plafond_loyer_d823_16_2

```

### Article 8 | LEGIARTI000042378446 [archive]
Expand Down
3 changes: 0 additions & 3 deletions examples/aides_logement/arrete_2019-09-27.catala_fr
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ champ d'application CalculAidePersonnaliséeLogementLocatif
370,32€ + 53,90€ * multiplicateur_majoration_plafond_loyer_d823_16_2
--Zone3:
342,52€ + 49,09€ * multiplicateur_majoration_plafond_loyer_d823_16_2

```

### Article 8 | LEGIARTI000046206214
Expand Down Expand Up @@ -204,7 +203,6 @@ champ d'application CalculAidePersonnaliséeLogementLocatif
-- Zone1: 231,38€
-- Zone2: 201,65€
-- Zone3: 189,00€

```

### Article 9 | LEGIARTI000046206211
Expand Down Expand Up @@ -4598,7 +4596,6 @@ NOTA : Conformément à l’article 3 de l’arrêté du 26 décembre 2022
dues à compter du 1er janvier 2023.

```catala

# Ici nous modifions le champ d'application
# "CalculAidePersonnaliséeLogementLocatif" au lieu de
# "CalculAllocationLogementLocatif", même si il n'existe pas de convention-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3900,7 +3900,6 @@ champ d'application CalculAidePersonnaliséeLogementFoyer:
définition calcul_nombre_parts.date_courante égal à date_courante
définition n_nombre_parts_d832_25 égal à
calcul_nombre_parts.n_nombre_parts_d832_25

```

Expand Down Expand Up @@ -4113,7 +4112,6 @@ champ d'application CalculAidePersonnaliséeLogementFoyer:
si dépense_nette_minimale <= montant_forfaitaire_d832_27
alors montant_forfaitaire_d832_27 - dépense_nette_minimale
sinon 0€

```
######## Article D832-28 | LEGIARTI000038878704

Expand Down
1 change: 0 additions & 1 deletion examples/aides_logement/code_sécurité_sociale.catala_fr
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ par an à compter du 1er avril 2018, à 10 418,40 euros par an à compter du 1er
janvier 2019 et à 10 838,40 euros par an à compter du 1er janvier 2020 ;

```catala

# Uniquement la valeur du plafond individuel est importante pour
# l'éligibilité aux APL.

Expand Down
1 change: 0 additions & 1 deletion examples/aides_logement/prologue.catala_fr
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ déclaration structure LogementFoyer:
donnée logement_meublé_d842_2 contenu booléen
donnée logement_est_chambre contenu booléen
donnée colocation contenu booléen

```

#### Calcul et éligibilité pour tous les secteurs
Expand Down
1 change: 0 additions & 1 deletion examples/allocations_familiales/prologue.catala_fr
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ déclaration énumération PriseEnCompte:
déclaration énumération VersementAllocations:
-- Normal
-- AllocationVerséeAuxServicesSociaux

```

## Champs d'applications
Expand Down

0 comments on commit c4d1c9a

Please sign in to comment.