Skip to content

Commit

Permalink
fix end newlines in repo
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <alizter@gmail.com>

<!-- ps-id: cc54f85f-455b-454f-91a6-069e3be58f99 -->
  • Loading branch information
Alizter committed Mar 6, 2024
1 parent 7e5411d commit 44e3087
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ More information can be found in the [Wiki][22].
[20]: https://code.visualstudio.com/
[21]: https://github.com/coq-community/vscoq

[22]: https://github.com/HoTT/HoTT/wiki
[22]: https://github.com/HoTT/HoTT/wiki
2 changes: 1 addition & 1 deletion theories/Cubical.v
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Require Export Cubical.DPath.
Require Export Cubical.PathSquare.
Require Export Cubical.DPathSquare.
Require Export Cubical.PathCube.
Require Export Cubical.DPathCube.
Require Export Cubical.DPathCube.
2 changes: 1 addition & 1 deletion theories/Diagrams/ParallelPair.v
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Proof.
srapply Build_Cocone.
1: intros []; [exact (q o f) | exact q].
intros [] [] []; [reflexivity | exact Hq].
Defined.
Defined.
2 changes: 1 addition & 1 deletion theories/Diagrams/Span.v
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ Section Span.
+ exact g.
Defined.

End Span.
End Span.
2 changes: 1 addition & 1 deletion theories/Spaces/Int.v
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Require Export HoTT.Spaces.Int.Core.
Require Export HoTT.Spaces.Int.Spec.
Require Export HoTT.Spaces.Int.Equiv.
Require Export HoTT.Spaces.Int.LoopExp.
Require Export HoTT.Spaces.Int.LoopExp.
2 changes: 1 addition & 1 deletion theories/Spaces/Pos.v
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Require Export HoTT.Spaces.Pos.Core.
Require Export HoTT.Spaces.Pos.Spec.
Require Export HoTT.Spaces.Pos.Spec.

0 comments on commit 44e3087

Please sign in to comment.