Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonludlam committed Aug 27, 2024
1 parent 8d2678c commit 6910541
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/html/generator.ml
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,7 @@ let render ~config ~sidebar = function
| Document.Page page -> [ Page.page ~config ~sidebar page ]
| Source_page src -> [ Page.source_page ~config src ]

let filepath ~config url =
Link.Path.as_filename ~config url
let filepath ~config url = Link.Path.as_filename ~config url

let doc ~config ~xref_base_uri b =
let resolve = Link.Base xref_base_uri in
Expand Down

0 comments on commit 6910541

Please sign in to comment.