Skip to content

Commit

Permalink
run spotless apply
Browse files Browse the repository at this point in the history
  • Loading branch information
ORuteMa committed Jun 5, 2023
1 parent aae5b53 commit 406ce08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ private static List<String> buildRunCommandLineForOthers(TaskExecutionContext ta
}

private static void determinedYarnQueue(List<String> args, FlinkParameters flinkParameters,
FlinkDeployMode deployMode, String flinkVersion) {
FlinkDeployMode deployMode, String flinkVersion) {
switch (deployMode) {
case CLUSTER:
if (FLINK_VERSION_AFTER_OR_EQUALS_1_12.equals(flinkVersion)
Expand Down

0 comments on commit 406ce08

Please sign in to comment.