Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Feb 5, 2025
1 parent 281d7ea commit 633c9bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ocamlformat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 0.24.1
version = 0.26.2
profile=conventional
margin=80
if-then-else=k-r
Expand Down
2 changes: 1 addition & 1 deletion src/bigarray/IterBigarray.ml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ let mmap filename yield =
with e ->
Unix.close fd;
raise e
[@@ocaml.warning "-3"]
[@@ocaml.warning "-3"]

0 comments on commit 633c9bd

Please sign in to comment.