Skip to content

Commit 57e867f

Browse files
committed
ocamlformat
Signed-off-by: Paul-Elliot <[email protected]>
1 parent 20256d1 commit 57e867f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/xref2/errors.ml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@ module Tools_error = struct
1010
(* Failed to resolve a module path when applying a fragment item *) ]
1111

1212
type reference_kind =
13-
[ `S | `T | `C | `CT | `Page | `Cons | `Field | `Label | `Asset | `Asset_or_label ]
13+
[ `S
14+
| `T
15+
| `C
16+
| `CT
17+
| `Page
18+
| `Cons
19+
| `Field
20+
| `Label
21+
| `Asset
22+
| `Asset_or_label ]
1423

1524
type expansion_of_module_error =
1625
[ `OpaqueModule (* The module does not have an expansion *)

0 commit comments

Comments
 (0)