summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--heatclient/common/utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/heatclient/common/utils.py b/heatclient/common/utils.py
index 22a9059..3cc1b4b 100644
--- a/heatclient/common/utils.py
+++ b/heatclient/common/utils.py
@@ -49,7 +49,8 @@ def link_formatter(links):
def json_formatter(js):
- return jsonutils.dumps(js, indent=2, ensure_ascii=False)
+ return jsonutils.dumps(js, indent=2, ensure_ascii=False,
+ separators=(', ', ': '))
def text_wrap_formatter(d):