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:
parent
83d87a953d
commit
59d2f505cc
38 changed files with 38 additions and 37 deletions
|
|
@ -94,6 +94,7 @@ def generate_test_case(test_type, distro, arch, output_format, test_case_request
|
|||
pass
|
||||
with open(file_name, 'w') as case_file:
|
||||
json.dump(test_case, case_file, indent=2)
|
||||
case_file.write("\n")
|
||||
|
||||
|
||||
CUSTOMIZATIONS_BLUEPRINT = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue