retroarch: fix editorconfig error on hashes.json

+2 -1
+1 -1
pkgs/misc/emulators/retroarch/hashes.json
··· 510 510 "sha256": "VstPh0oMEZ7/ts58NjZxBYZZx/7dRTYePhDIQMu0WOo=", 511 511 "fetchSubmodules": false 512 512 } 513 - } 513 + }
+1
pkgs/misc/emulators/retroarch/update.py
··· 129 129 info(f"Generating '{HASHES_PATH}'...") 130 130 with open(HASHES_PATH, "w") as f: 131 131 f.write(json.dumps(repo_hashes, indent=4)) 132 + f.write("\n") 132 133 info("Finished!") 133 134 134 135