fix indent error
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py
index 174f896..41a1135 100644
--- a/buildkite/bazelci.py
+++ b/buildkite/bazelci.py
@@ -410,7 +410,7 @@
     failed = test_logs_for_status(bep_file, status="FAILED")
     timed_out = test_logs_for_status(bep_file, status="TIMEOUT")
     flaky = test_logs_for_status(bep_file, status="FLAKY")
-        print("\n after test_logs_for_status\n")
+    print("\n after test_logs_for_status\n")
     # Rename the test.log files to the target that created them
     # so that it's easy to associate test.log and target.
     new_paths = []