Skip to content

Commit

Permalink
Minor, fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andsel committed Aug 12, 2024
1 parent cc53d8a commit beb47ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public static ComputeStepSyntaxElement<SplitDataset> splitDataset(
ConditionalEvaluationError.class, exceptionHandlerBlock, exception
);
compute = withOutputBuffering(
Closure.wrap(safeLoop),
Closure.wrap(safeLoop),
Closure.wrap(clear(elseData)), ifData, fields
);
} else {
Expand All @@ -105,7 +105,7 @@ public static ComputeStepSyntaxElement<SplitDataset> splitDataset(
ConditionalEvaluationError.class, exceptionHandlerBlock, exception);
compute = withOutputBuffering(
withInputBuffering(
Closure.wrap(safeLoop),
Closure.wrap(safeLoop),
parentFields, inputBuffer
),
clearSyntax(parentFields).add(clear(elseData)).add(clear(inputBuffer)), ifData, fields
Expand Down

0 comments on commit beb47ad

Please sign in to comment.