Skip to content

Commit

Permalink
Fix RelationPriv indentation (PR #1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Mar 4, 2024
1 parent db019b5 commit cdca6b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/analyses/apron/relationPriv.apron.ml
Original file line number Diff line number Diff line change
Expand Up @@ -638,10 +638,10 @@ struct
let rel = st.rel in
(* Replace with remove_filter once issues are fixed *)
let g_vars = List.filter (fun var ->
match AV.find_metadata var with
| Some (Global _) -> true
| _ -> false
) (RD.vars rel)
match AV.find_metadata var with
| Some (Global _) -> true
| _ -> false
) (RD.vars rel)
in
let rel_side = RD.keep_vars rel g_vars in
(* If no globals are contained here, none need to be published *)
Expand Down

0 comments on commit cdca6b7

Please sign in to comment.