From 6ad63b57e7954799f7caa736528aa5d8f461ee1b Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 1 Aug 2018 23:26:15 -0400 Subject: [PATCH] Fix python indentation. --- python/servo/bootstrap_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)