Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 633c9bd

Browse files
committedFeb 5, 2025··
format
1 parent 281d7ea commit 633c9bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.ocamlformat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 0.24.1
1+
version = 0.26.2
22
profile=conventional
33
margin=80
44
if-then-else=k-r

‎src/bigarray/IterBigarray.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ let mmap filename yield =
2222
with e ->
2323
Unix.close fd;
2424
raise e
25-
[@@ocaml.warning "-3"]
25+
[@@ocaml.warning "-3"]

0 commit comments

Comments
 (0)
Please sign in to comment.