Skip to content

Commit 858b91b

Browse files
committed
fix warning due to argument that are not labelled
1 parent f21947d commit 858b91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/odoc_wiki/odoc_wiki.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@ module Generator = struct
12911291
| Type_record l ->
12921292
bs b (" "^(self#delimiter "~=")^" ");
12931293
if priv then bs b "private " ;
1294-
self#html_of_record b indent father l ;
1294+
self#html_of_record b ~indent ~father l ;
12951295
);
12961296
bs b ">>";
12971297
self#html_of_info b t.ty_info;

0 commit comments

Comments
 (0)