Skip to content

Commit 0b4a460

Browse files
committed
Format
1 parent 701d657 commit 0b4a460

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/loader/ident_env.cppo.mli

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,6 @@ val identifier_of_loc : t -> Location.t -> Paths.Identifier.t option
8282
knowing only the location. This is used to generate links to source from the
8383
resolution of a shape. *)
8484

85-
val iter_located_identifier : t -> (Location.t -> Paths.Identifier.t -> unit) -> unit
85+
val iter_located_identifier :
86+
t -> (Location.t -> Paths.Identifier.t -> unit) -> unit
8687
(** Iter on all stored pair [location]-[identifier]. *)

0 commit comments

Comments
 (0)