diff options
author | Josh Matthews <josh@joshmatthews.net> | 2018-08-01 23:26:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-01 23:26:15 -0400 |
commit | 6ad63b57e7954799f7caa736528aa5d8f461ee1b (patch) | |
tree | ac32b7d5249d1c3fdffc6125b12a49bdf1707f9f /python/servo/bootstrap_commands.py | |
parent | 458879b2cd1cf20b3e166649b8b0cb8df72a2389 (diff) | |
download | servo-6ad63b57e7954799f7caa736528aa5d8f461ee1b.tar.gz servo-6ad63b57e7954799f7caa736528aa5d8f461ee1b.zip |
Fix python indentation.
Diffstat (limited to 'python/servo/bootstrap_commands.py')
-rw-r--r-- | python/servo/bootstrap_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/bootstrap_commands.py b/python/servo/bootstrap_commands.py index 6660770677b..28e39916f39 100644 --- a/python/servo/bootstrap_commands.py +++ b/python/servo/bootstrap_commands.py @@ -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) |