docker: add final newline to detjson.py

This commit is contained in:
Samuel Gräfenstein
2020-11-09 11:39:28 +00:00
committed by Alyssa Ross
parent 22b73d1282
commit 0950c98059
+1 -1
View File
@@ -37,4 +37,4 @@ def main():
json.dump(j, sys.stdout, sort_keys=True)
if __name__ == '__main__':
main()
main()