Skip to content

Commit d318ebf

Browse files
committed
fix whitespace
1 parent 21a8e37 commit d318ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cubical/Categories/Category/Path.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ module _ {C C' : Category ℓ ℓ'} where
8484
private
8585
cp = ≡→CategoryPath b
8686
b' = CategoryPath.mk≡ cp
87-
87+
8888
CategoryPathIsoRightInv : mk≡ (≡→CategoryPath b) ≡ b
8989
CategoryPathIsoRightInv i j .ob = b j .ob
9090
CategoryPathIsoRightInv i j .Hom[_,_] = b j .Hom[_,_]

0 commit comments

Comments
 (0)