device-deps-regenerator: End json file with newline

Change-Id: Iabee7120e189c303566c3c3a30dbd11e6d871e02
This commit is contained in:
razorloves
2021-05-22 01:41:57 -05:00
parent 8d34acdab4
commit 17c408e625

View File

@@ -34,3 +34,4 @@ with open('device_deps.json', 'w') as f:
out = {'devices': devices, 'suffixes': suffixes}
out = devices
json.dump(out, f, indent=4, sort_keys=True)
f.write('\n')