aboutsummaryrefslogtreecommitdiff
path: root/lib/client/client.ml
diff options
context:
space:
mode:
authorMishio595 <[email protected]>2018-11-13 18:33:29 -0700
committerMishio595 <[email protected]>2018-11-13 18:33:29 -0700
commit658c8264f318d3bece4362656d39abdce306bfe3 (patch)
tree05736fc588588b259f0a316630069011a96b5a58 /lib/client/client.ml
parentCompleted multi-sharding (diff)
downloaddisml-658c8264f318d3bece4362656d39abdce306bfe3.tar.xz
disml-658c8264f318d3bece4362656d39abdce306bfe3.zip
A few more sharding improvements
Diffstat (limited to 'lib/client/client.ml')
-rw-r--r--lib/client/client.ml2
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