ocamlPackages.*: use spaces for indentation

This commit is contained in:
zowoq
2021-01-21 10:30:13 +10:00
parent 569987c1be
commit 8488ebab05
34 changed files with 429 additions and 430 deletions
@@ -7,10 +7,10 @@ then throw "cohttp-lwt is not available for ppx_sexp_conv version ${ppx_sexp_con
else
buildDunePackage {
pname = "cohttp-lwt";
inherit (cohttp) version src useDune2 meta;
pname = "cohttp-lwt";
inherit (cohttp) version src useDune2 meta;
buildInputs = [ uri ppx_sexp_conv ];
buildInputs = [ uri ppx_sexp_conv ];
propagatedBuildInputs = [ cohttp ocaml_lwt logs ];
propagatedBuildInputs = [ cohttp ocaml_lwt logs ];
}