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

ocamlPackages.kafka: add indentation

parent 1e875f02
Loading
Loading
Loading
Loading
+19 −18
Original line number Diff line number Diff line
@@ -10,7 +10,8 @@
lib.throwIf (lib.versionAtLeast ocaml.version "5.0")
  "kafka is not available for OCaml ${ocaml.version}"

buildDunePackage rec {
  buildDunePackage
  rec {
    pname = "kafka";
    version = "0.5";