Skip to content

Commit

Permalink
adjust line length (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
MxEh-TT committed Aug 3, 2023
1 parent 57af784 commit 4c3be1f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ class CheckPackageStep extends Step {
@Override
protected CheckPackageResult run() throws Exception {
EnvVars envVars = context.get(EnvVars.class)
return getContext().get(Launcher.class).getChannel().call(new ExecutionCallable(envVars,step.testCasePath, context.get(TaskListener.class)))
return getContext().get(Launcher.class).getChannel().call(
new ExecutionCallable(envVars,step.testCasePath, context.get(TaskListener.class))
)

}

Expand Down

0 comments on commit 4c3be1f

Please sign in to comment.