Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Jun 13, 2024
1 parent c85a2eb commit 844d82b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ public DockerOptions fromAst(Element node, MessageReporter reporter) {
}
}
}
return new DockerOptions(enabled, builderBase, runnerBase, rti, shell, preBuildScript, postBuildScript, runScript);
return new DockerOptions(
enabled, builderBase, runnerBase, rti, shell, preBuildScript, postBuildScript, runScript);
}

@Override
Expand Down

0 comments on commit 844d82b

Please sign in to comment.