retroarch: fix editorconfig error on hashes.json
This commit is contained in:
parent
71fb85952d
commit
bf93ad6b39
2 changed files with 2 additions and 1 deletions
|
@ -129,6 +129,7 @@ def main():
|
|||
info(f"Generating '{HASHES_PATH}'...")
|
||||
with open(HASHES_PATH, "w") as f:
|
||||
f.write(json.dumps(repo_hashes, indent=4))
|
||||
f.write("\n")
|
||||
info("Finished!")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue