Skip to content

Commit 5bc3b4a

Browse files
committed
Bump ocamlformat, reformat.
1 parent c7605da commit 5bc3b4a

File tree

5 files changed

+150
-164
lines changed

5 files changed

+150
-164
lines changed

.ocamlformat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.25.1
1+
version=0.27.0
22
profile = conventional
33
break-separators = after
44
space-around-lists = false

src/common/cset.mli

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
(** Representation of sets of unicode code points. *)
66

7-
(** Character sets are represented as lists of intervals. The
8-
intervals must be non-overlapping and not collapsable, and the list
9-
must be ordered in increasing order. *)
7+
(** Character sets are represented as lists of intervals. The intervals must be
8+
non-overlapping and not collapsable, and the list must be ordered in
9+
increasing order. *)
1010
type t = private (int * int) list
1111

1212
val of_list : (int * int) list -> t

0 commit comments

Comments
 (0)