Skip to content

Commit ea01109

Browse files
committed
Fix YamlWitness indentation (PR #744)
1 parent 38a0cba commit ea01109

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/witness/yamlWitness.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ module Make
77
(Cfg: MyCFG.CfgBidir)
88
(Spec : Spec)
99
(EQSys : GlobConstrSys with module LVar = VarF (Spec.C)
10-
and module GVar = GVarF (Spec.V)
11-
and module D = Spec.D
12-
and module G = Spec.G)
10+
and module GVar = GVarF (Spec.V)
11+
and module D = Spec.D
12+
and module G = Spec.G)
1313
(LHT : BatHashtbl.S with type key = EQSys.LVar.t)
1414
(GHT : BatHashtbl.S with type key = EQSys.GVar.t) =
1515
struct

0 commit comments

Comments
 (0)