Skip to content

Commit

Permalink
Formatter doesn’t want legible condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mdurero committed Mar 26, 2024
1 parent 44ebde6 commit c1720ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mlang/utils/dgfip_options.ml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ let handler (income_year : int) (application_name : string) (iliad_pro : bool)
annee_revenu = income_year;
flg_correctif = not primitive_only;
flg_iliad =
((iliad_pro && (not cfir))
|| application_name = "iliad" )
((iliad_pro && not cfir) || application_name = "iliad")
&& not (Option.is_some batch);
flg_pro = (application_name = "pro" || iliad_pro) && not cfir;
flg_cfir = cfir && not iliad_pro;
Expand Down

0 comments on commit c1720ed

Please sign in to comment.