Skip to content

Commit

Permalink
Fix YamlWitness indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Nov 17, 2023
1 parent 0fb479f commit 3c89ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/witness/yamlWitness.ml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ struct
let local = try NH.find (Lazy.force nh) n with Not_found -> Spec.D.bot () in
let lvals = local_lvals n local in
Invariant.(acc || R.ask_local_node n ~local (Invariant {Invariant.default_context with lvals})) [@coverage off] (* bisect_ppx cannot handle redefined (||) *)
) (Invariant.bot ()) ns
) (Invariant.bot ()) ns
in
match inv with
| `Lifted inv ->
Expand Down

0 comments on commit 3c89ece

Please sign in to comment.