revert indentation

This commit is contained in:
nbecker 2019-02-27 13:25:47 +01:00
parent 2c306da5b8
commit 4167702a06

View file

@ -139,7 +139,7 @@ instance
```ocaml non-deterministic=command ```ocaml non-deterministic=command
module M = struct module M = struct
let pp_int_list = Containers.(List.pp Int.pp) let pp_int_list = Containers.(List.pp Int.pp)
end end
``` ```