Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg committed May 14, 2024
1 parent 277efb6 commit 80fb260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml-lsp-server/src/document_symbol.ml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ let type_ext_document_symbol (ext : Parsetree.type_extension) : DocumentSymbol.t
List.fold_left
children
~init:(Range.of_loc ext.ptyext_path.loc)
~f:(fun range child ->
~f:(fun (range : Range.t) (child : DocumentSymbol.t) ->
let start =
match Position.compare range.start child.range.start with
| Lt | Eq -> range.start
Expand Down

0 comments on commit 80fb260

Please sign in to comment.