Skip to content

Commit e71d036

Browse files
committed
Format code
1 parent c62d0d9 commit e71d036

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

analysis/src/Hover.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ let showModuleTopLevel ~docstring ~isType ~name (topLevel : Module.item list) =
2626
let doc =
2727
match docstring with
2828
| [] -> ""
29-
| _ :: _ ->
30-
"\n" ^ (docstring |> String.concat "\n") ^ Markdown.divider
29+
| _ :: _ -> "\n" ^ (docstring |> String.concat "\n") ^ Markdown.divider
3130
in
3231
Some (doc ^ full)
3332

0 commit comments

Comments
 (0)