Skip to content

Commit 3656a16

Browse files
committed
Fix default order of children
1 parent 6792c85 commit 3656a16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index/skeleton_of.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ type t = Entry.t Tree.t
1111
let compare_entry (t1 : t) (t2 : t) =
1212
let by_kind (t : t) =
1313
match t.node.kind with
14-
| Page _ when List.is_empty t.children -> -10
1514
| Page _ | Dir -> 0
1615
| Module _ -> 10
1716
| Impl -> 20

0 commit comments

Comments
 (0)