retroarch: fix editorconfig error on hashes.json

This commit is contained in:
Thiago Kenji Okada
2021-11-17 12:00:35 -03:00
parent 71fb85952d
commit bf93ad6b39
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -510,4 +510,4 @@
"sha256": "VstPh0oMEZ7/ts58NjZxBYZZx/7dRTYePhDIQMu0WOo=",
"fetchSubmodules": false
}
}
}
+1
View File
@@ -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!")