Skip to content

Commit

Permalink
Rm spurious parens
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Erhard <[email protected]>
  • Loading branch information
michael-schwarz and jerhard authored Jan 12, 2024
1 parent ca18e35 commit a521bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdomains/apron/affineEqualityDomain.apron.ml
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ struct
Linexpr1.set_list e1 coeff_vars (Some cst);
Lincons1.make e1 EQ
in
List.init (Matrix.num_rows m) (one_constraint)
List.init (Matrix.num_rows m) one_constraint
in
BatOption.map_default invariant [] t.d

Expand Down

0 comments on commit a521bdf

Please sign in to comment.