test/data/manifests: add trailing newline

Mostly to avoid future noisy diffs.

Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
Tom Gundersen 2021-03-07 17:58:57 +00:00 committed by msehnout
parent 83d87a953d
commit 59d2f505cc
38 changed files with 38 additions and 37 deletions

View file

@ -94,6 +94,7 @@ def generate_test_case(test_type, distro, arch, output_format, test_case_request
pass pass
with open(file_name, 'w') as case_file: with open(file_name, 'w') as case_file:
json.dump(test_case, case_file, indent=2) json.dump(test_case, case_file, indent=2)
case_file.write("\n")
CUSTOMIZATIONS_BLUEPRINT = { CUSTOMIZATIONS_BLUEPRINT = {