[Chaos] Fixing space

TEST=None
BUG=None

Change-Id: I00fd23b59020a3a2e5efab0ac2e0bd82fb9c140d
Reviewed-on: https://chromium-review.googlesource.com/1050790
Commit-Ready: Ruchi Jahagirdar <rjahagir@chromium.org>
Tested-by: Ruchi Jahagirdar <rjahagir@chromium.org>
Reviewed-by: Ruchi Jahagirdar <rjahagir@chromium.org>
diff --git a/server/cros/ap_configurators/ap_configurator_factory.py b/server/cros/ap_configurators/ap_configurator_factory.py
index aba367f..12c28d2 100644
--- a/server/cros/ap_configurators/ap_configurator_factory.py
+++ b/server/cros/ap_configurators/ap_configurator_factory.py
@@ -481,7 +481,7 @@
         # of the AP and skip AFE calls.
         if spec.hostnames is None:
             matching_aps = self._get_aps_by_lab_location(spec.lab_ap,
-                                                        matching_aps)
+                                                         matching_aps)
             # TODO(@rjahagir): Uncomment to use datastore methods.
             # matching_aps = self._get_ds_aps_by_lab_location(spec.lab_ap,
             #                                                 matching_aps)