We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62d0d9 commit e71d036Copy full SHA for e71d036
analysis/src/Hover.ml
@@ -26,8 +26,7 @@ let showModuleTopLevel ~docstring ~isType ~name (topLevel : Module.item list) =
26
let doc =
27
match docstring with
28
| [] -> ""
29
- | _ :: _ ->
30
- "\n" ^ (docstring |> String.concat "\n") ^ Markdown.divider
+ | _ :: _ -> "\n" ^ (docstring |> String.concat "\n") ^ Markdown.divider
31
in
32
Some (doc ^ full)
33
0 commit comments