Unverified Commit f19a5a36 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.eliom: add indentation

parent 68f3ac36
Loading
Loading
Loading
Loading
+48 −47
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@
lib.throwIf (lib.versionAtLeast ocaml.version "5.3")
  "eliom is not available for OCaml ${ocaml.version}"

buildDunePackage rec {
  buildDunePackage
  rec {
    pname = "eliom";
    version = "11.1.1";