Cleanup: Fix whitespace in `SkyframeActionExecutor`.

Add a missing space in `SkyframeActionExecutor`.

PiperOrigin-RevId: 324720529
diff --git a/src/main/java/com/google/devtools/build/lib/skyframe/SkyframeActionExecutor.java b/src/main/java/com/google/devtools/build/lib/skyframe/SkyframeActionExecutor.java
index 542a833..1cdfeb4 100644
--- a/src/main/java/com/google/devtools/build/lib/skyframe/SkyframeActionExecutor.java
+++ b/src/main/java/com/google/devtools/build/lib/skyframe/SkyframeActionExecutor.java
@@ -1434,7 +1434,7 @@
     boolean reported = reportErrorIfNotAbortingMode(e, outErrBuffer);
 
     ActionExecutionException toThrow = e;
-    if (reported){
+    if (reported) {
       // If we already printed the error for the exception we mark it as already reported
       // so that we do not print it again in upper levels.
       // Note that we need to report it here since we want immediate feedback of the errors