Merge "Missing carriage return in some cases, using -f json"

This commit is contained in:
Zuul 2019-05-05 05:51:35 +00:00 committed by Gerrit Code Review
commit 9fbea79804
1 changed files with 1 additions and 0 deletions

View File

@ -52,3 +52,4 @@ class JSONFormatter(base.ListFormatter, base.SingleFormatter):
}
indent = None if parsed_args.noindent else 2
json.dump(one, stdout, indent=indent)
stdout.write('\n')