diff options
| author | Mishio595 <[email protected]> | 2018-11-13 18:33:29 -0700 |
|---|---|---|
| committer | Mishio595 <[email protected]> | 2018-11-13 18:33:29 -0700 |
| commit | 658c8264f318d3bece4362656d39abdce306bfe3 (patch) | |
| tree | 05736fc588588b259f0a316630069011a96b5a58 /lib/client/client.ml | |
| parent | Completed multi-sharding (diff) | |
| download | disml-658c8264f318d3bece4362656d39abdce306bfe3.tar.xz disml-658c8264f318d3bece4362656d39abdce306bfe3.zip | |
A few more sharding improvements
Diffstat (limited to 'lib/client/client.ml')
| -rw-r--r-- | lib/client/client.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/client/client.ml b/lib/client/client.ml index 94817ab..b1f6f25 100644 --- a/lib/client/client.ml +++ b/lib/client/client.ml @@ -1,5 +1,5 @@ let notify t data = - Yojson.Basic.pretty_print Format.std_formatter data; + Yojson.Basic.pretty_print Format.std_formatter @@ `Assoc data; print_newline (); print_endline t; ()
\ No newline at end of file |