docker: add final newline to detjson.py

This commit is contained in:
Samuel Gräfenstein 2020-11-05 12:26:15 +01:00 committed by Alyssa Ross
parent 22b73d1282
commit 0950c98059

View file

@ -37,4 +37,4 @@ def main():
json.dump(j, sys.stdout, sort_keys=True)
if __name__ == '__main__':
main()
main()