Skip to content

Commit

Permalink
Handle closing curly bracket of pipeline refactored to loop
Browse files Browse the repository at this point in the history
  • Loading branch information
tsantalis committed Aug 30, 2024
1 parent d539239 commit 34fa615
Show file tree
Hide file tree
Showing 2 changed files with 440 additions and 440 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ public HistoryInfo<Block> blameReturn(Block startBlock) {
}
}
else if (startBlock.isClosingCurlyBracket()) {
if (change instanceof Introduced) {
if (change instanceof Introduced || change instanceof ReplacePipelineWithLoop) {
return historyInfo;
}
}
Expand Down
Loading

0 comments on commit 34fa615

Please sign in to comment.