Skip to content

Commit

Permalink
Cleanup: Fix whitespace in SkyframeActionExecutor.
Browse files Browse the repository at this point in the history
Add a missing space in `SkyframeActionExecutor`.

PiperOrigin-RevId: 324720529
  • Loading branch information
alexjski authored and copybara-github committed Aug 4, 2020
1 parent 61737b6 commit 7f548fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ ActionExecutionException processAndGetExceptionToThrow(
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
Expand Down

0 comments on commit 7f548fb

Please sign in to comment.