Skip to content

Commit 7165627

Browse files
committed
Format
Signed-off-by: Paul-Elliot <[email protected]>
1 parent fa7ffd2 commit 7165627

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/model/root.ml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ module Odoc_file = struct
3131

3232
type page = { name : string; title : Comment.link_content option }
3333

34-
3534
type t =
3635
| Page of page
3736
| Compilation_unit of compilation_unit
@@ -47,7 +46,9 @@ module Odoc_file = struct
4746
let create_impl name = Impl name
4847

4948
let name = function
50-
| Page { name; _ } | Compilation_unit { name; _ } | Impl name | Asset name -> name
49+
| Page { name; _ } | Compilation_unit { name; _ } | Impl name | Asset name
50+
->
51+
name
5152

5253
let hidden = function
5354
| Page _ | Impl _ | Asset _ -> false

0 commit comments

Comments
 (0)