Skip to content

Commit

Permalink
Fix python indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Aug 2, 2018
1 parent 458879b commit 6ad63b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/servo/bootstrap_commands.py
Expand Up @@ -371,7 +371,7 @@ def get_size(path):
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)
Expand Down

0 comments on commit 6ad63b5

Please sign in to comment.