Skip to content

Commit

Permalink
Fix old indentation in YamlWitness
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Nov 27, 2023
1 parent d5163c9 commit 0e64a8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/witness/yamlWitness.ml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ struct

let precondition_loop_invariant_certificate ~target ~(certification): Entry.t = {
entry_type = PreconditionLoopInvariantCertificate {
target;
certification;
};
target;
certification;
};
metadata = metadata ();
}
end
Expand Down

0 comments on commit 0e64a8f

Please sign in to comment.