Fix python indentation.

This commit is contained in:
Josh Matthews 2018-08-01 23:26:15 -04:00 committed by GitHub
parent 458879b2cd
commit 6ad63b57e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -371,7 +371,7 @@ class MachCommands(CommandBase):
crate_name = re.sub(r"\-\d+(\.\d+){1,3}.+", "", d)
if not packages["crates"].get(crate_name, False):
packages["crates"][crate_name] = {
"current": [],
"current": [],
"exist": [],
}
packages["crates"][crate_name]["exist"].append(d)