Merge "No longer create longlines with edit-deliverables"

This commit is contained in:
Zuul 2019-04-12 05:04:21 +00:00 committed by Gerrit Code Review
commit 778f670cd8

View File

@ -117,6 +117,7 @@ def dumps(obj):
indent=2,
default_flow_style=False,
line_break="\n",
width=66,
Dumper=PrettySafeDumper,
allow_unicode=True)
return buff.getvalue()