Skip to content

Commit

Permalink
misc: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
4e6 committed Oct 8, 2024
1 parent c5b3c0c commit 6d64253
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ class ExecuteJob(
() => {
val context = ctx.executionService.getContext
val originalExecutionEnvironment =
executionEnvironment.map(_ => context.getGlobalExecutionEnvironment)
executionEnvironment.map(_ =>
context.getGlobalExecutionEnvironment
)
executionEnvironment.foreach(env =>
context.setExecutionEnvironment(
ExecutionEnvironment.forName(env.name)
Expand Down

0 comments on commit 6d64253

Please sign in to comment.