Skip to content

Commit 1a55698

Browse files
format
1 parent 6ee5b3c commit 1a55698

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ocaml/typing/jkind.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1814,8 +1814,8 @@ let has_layout_any jkind =
18141814
module Debug_printers = struct
18151815
open Format
18161816

1817-
let concrete_creation_reason ppf :
1818-
History.concrete_creation_reason -> unit = function
1817+
let concrete_creation_reason ppf : History.concrete_creation_reason -> unit =
1818+
function
18191819
| Match -> fprintf ppf "Match"
18201820
| Constructor_declaration idx ->
18211821
fprintf ppf "Constructor_declaration %d" idx

ocaml/typing/jkind.mli

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ module Layout : sig
9191
| Word
9292
| Bits32
9393
| Bits64
94-
9594
end
9695
end
9796
end

0 commit comments

Comments
 (0)