Skip to content

Commit

Permalink
code formatting fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Mar 22, 2023
1 parent 969985b commit 5057e61
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -633,14 +633,14 @@ private void createAndRunDeleteAllTask() {

try {
// @formatter:off
ActivityDefinitionType definition = new ActivityDefinitionType()
.identifier("Delete all")
.beginComposition()
.<ActivityDefinitionType>end()
.beginDistribution()
.workerThreads(4)
.end();
// @formatter:on
ActivityDefinitionType definition = new ActivityDefinitionType()
.identifier("Delete all")
.beginComposition()
.<ActivityDefinitionType>end()
.beginDistribution()
.workerThreads(4)
.end();
// @formatter:on

List<ActivityDefinitionType> activities = definition.getComposition().getActivity();
int order = 1;
Expand Down

0 comments on commit 5057e61

Please sign in to comment.