Skip to content

Commit cbabb90

Browse files
committed
make fmt
1 parent c2ca354 commit cbabb90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

middle_end/flambda2/from_lambda/lambda_to_flambda.ml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,9 @@ and cps_function env ~fid ~(recursive : Recursive.t) ?precomputed_free_idents
16971697
in
16981698
let params =
16991699
List.map
1700-
(fun (p : Lambda.lparam) -> let No_attributes = p.attributes in p.name, Flambda_kind.With_subkind.from_lambda p.layout)
1700+
(fun (p : Lambda.lparam) ->
1701+
let No_attributes = p.attributes in
1702+
p.name, Flambda_kind.With_subkind.from_lambda p.layout)
17011703
params
17021704
in
17031705
let return =

0 commit comments

Comments
 (0)