From 0b4a4603e2c380babba1236175e4d4b40430871f Mon Sep 17 00:00:00 2001 From: Jon Ludlam Date: Tue, 7 Nov 2023 14:18:26 +0000 Subject: [PATCH] Format --- src/loader/ident_env.cppo.mli | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/loader/ident_env.cppo.mli b/src/loader/ident_env.cppo.mli index 316e135f63..2be505ca18 100644 --- a/src/loader/ident_env.cppo.mli +++ b/src/loader/ident_env.cppo.mli @@ -82,5 +82,6 @@ val identifier_of_loc : t -> Location.t -> Paths.Identifier.t option knowing only the location. This is used to generate links to source from the resolution of a shape. *) -val iter_located_identifier : t -> (Location.t -> Paths.Identifier.t -> unit) -> unit +val iter_located_identifier : + t -> (Location.t -> Paths.Identifier.t -> unit) -> unit (** Iter on all stored pair [location]-[identifier]. *)