mirror of
https://github.com/servo/servo.git
synced 2025-06-29 19:43:39 +01:00
Fix python indentation.
This commit is contained in:
parent
458879b2cd
commit
6ad63b57e7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue