Skip to content

Commit c4e504c

Browse files
committed
Fix YamlWitnessConvert indentation (PR #1812)
1 parent a8d8866 commit c4e504c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/util/yamlWitnessConvert.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ let main () =
4646

4747
let invariant_set: InvariantSet.t = {content = invariants} in
4848
let entry': Entry.t = {
49-
metadata = {(Option.get !metadata') with format_version = "2.0"};
50-
entry_type = InvariantSet invariant_set
51-
}
49+
metadata = {(Option.get !metadata') with format_version = "2.0"};
50+
entry_type = InvariantSet invariant_set
51+
}
5252
in
5353

5454
let yaml' = `A [Entry.to_yaml entry'] in

0 commit comments

Comments
 (0)