Skip to content

Commit 68a4d5b

Browse files
committed
Formatting
1 parent 2117e8d commit 68a4d5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/xref2/tools.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1899,8 +1899,7 @@ and fragmap :
18991899
resolve_module ~mark_substituted ~add_canonical:false env p
19001900
with
19011901
| Ok (p, _) -> Ok (Right p)
1902-
| Error e ->
1903-
Error (`UnresolvedPath (`Module (p, e)))
1902+
| Error e -> Error (`UnresolvedPath (`Module (p, e)))
19041903
in
19051904
map_signature { id_map with module_ = Some (name, mapfn) } sg.items)
19061905
| ModuleTypeEq (frag, mtye) -> (

0 commit comments

Comments
 (0)