mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
Fix formatting.
This commit is contained in:
parent
32c9f7e8cf
commit
f49d781dc0
@ -49,6 +49,7 @@ def download_new_file (date, rev, platform, hsh):
|
||||
raise Exception("bad hash on download")
|
||||
|
||||
for ff in newestSet["files"]:
|
||||
download_new_file (newestSet["date"], newestSet["rev"], ff["platform"], ff["hash"])
|
||||
download_new_file (newestSet["date"], newestSet["rev"],
|
||||
ff["platform"], ff["hash"])
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user