Fix indentation

This commit is contained in:
Rudi Grinberg 2018-04-10 11:51:04 +07:00
parent 02b04e1eff
commit c5633c9c34
1 changed files with 4 additions and 4 deletions

View File

@ -599,10 +599,10 @@ module Gen(P : Install_rules.Params) = struct
>>> Build.write_file_dyn (Path.relative dir file.name)));
let dynlink = lib.dynlink in
let js_of_ocaml = lib.buildable.js_of_ocaml in
Module_compilation.build_modules sctx
~js_of_ocaml ~dynlink ~flags ~scope ~dir ~obj_dir ~dep_graphs
let dynlink = lib.dynlink in
let js_of_ocaml = lib.buildable.js_of_ocaml in
Module_compilation.build_modules sctx
~js_of_ocaml ~dynlink ~flags ~scope ~dir ~obj_dir ~dep_graphs
~modules ~requires ~alias_module;
Option.iter alias_module ~f:(fun m ->
let flags = Ocaml_flags.default () in