Skip to content

Commit b855ebc

Browse files
committed
fix: indentation
1 parent f56cd9e commit b855ebc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Function/Properties/Surjection.agda

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ trans = Compose.surjection
6767
-- Other
6868

6969
injective⇒section-cong : (surj : Surjection S T)
70-
(open Surjection surj)
71-
Injective Eq₁._≈_ Eq₂._≈_ to
72-
Congruent Eq₂._≈_ Eq₁._≈_ section
70+
(open Surjection surj)
71+
Injective Eq₁._≈_ Eq₂._≈_ to
72+
Congruent Eq₂._≈_ Eq₁._≈_ section
7373
injective⇒section-cong {T = T} surj injective {x} {y} x≈y = injective $ begin
7474
to (section x) ≈⟨ section-strictInverseˡ x ⟩
7575
x ≈⟨ x≈y ⟩

0 commit comments

Comments
 (0)