Skip to content

Commit 99c7a2a

Browse files
committed
fix indent
1 parent 73f9982 commit 99c7a2a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

theories/borel_hierarchy.v

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,16 @@ case:(px E cE) => f [] cf ->.
111111
pose f' := f + cst (y - x).
112112
exists f'.
113113
split.
114-
rewrite /f'.
115-
move=> z.
116-
apply: continuousD.
117-
exact:cf.
118-
exact:cst_continuous.
114+
rewrite /f'.
115+
move=> z.
116+
apply: continuousD.
117+
exact:cf.
118+
exact:cst_continuous.
119119
apply/seteqP.
120120
rewrite /f' /cst /=.
121121
split => z /=.
122-
rewrite addrfctE => ->.
123-
by rewrite subrKC.
122+
rewrite addrfctE => ->.
123+
by rewrite subrKC.
124124
rewrite addrfctE.
125125
move/eqP.
126126
by rewrite eq_sym -subr_eq opprB subrKC eq_sym => /eqP.

0 commit comments

Comments
 (0)