Skip to content

Commit 9128669

Browse files
Gustavo2622strub
authored andcommitted
Deindented
Deindented.
1 parent e11eb7a commit 9128669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/procrewrite.ec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ theory ProcRewritePrhl.
100100
lemma L a0 b0 : equiv[M.f ~ M.g : ={arg} /\ arg{1} = (a0, b0) ==> ={res} /\ res{1} = (b0 + a0) * a0].
101101
proof.
102102
proc.
103-
proc rewrite {1} 1 addzC.
103+
proc rewrite {1} 1 addzC.
104104
proc rewrite {2} 1 addzC.
105105
proc rewrite {1} 1 mulzC.
106106
auto=> />.

0 commit comments

Comments
 (0)