Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonludlam committed Sep 28, 2023
1 parent f1371f2 commit a6ac4cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/xref2/tools.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1899,8 +1899,7 @@ and fragmap :
resolve_module ~mark_substituted ~add_canonical:false env p
with
| Ok (p, _) -> Ok (Right p)
| Error e ->
Error (`UnresolvedPath (`Module (p, e)))
| Error e -> Error (`UnresolvedPath (`Module (p, e)))
in
map_signature { id_map with module_ = Some (name, mapfn) } sg.items)
| ModuleTypeEq (frag, mtye) -> (
Expand Down

0 comments on commit a6ac4cb

Please sign in to comment.