Skip to content

Commit

Permalink
Automatic code cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 469144891
Change-Id: Ia2a9627246f74811b5a021c06bdeecc8ca6114fd
  • Loading branch information
Googler authored and copybara-github committed Aug 22, 2022
1 parent 79b5b5d commit 9658596
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ public RunEnvironmentInfo testEnvironment(
Dict.cast(environment, String.class, String.class, "environment"),
StarlarkList.immutableCopyOf(
Sequence.cast(inheritedEnvironment, String.class, "inherited_environment")),
/* shouldErrorOnNonExecutableRule */ false);
/* shouldErrorOnNonExecutableRule= */ false);
}
}

0 comments on commit 9658596

Please sign in to comment.