Skip to content

Commit

Permalink
Single whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
PieterOlivier committed Nov 3, 2024
1 parent 8d35fc9 commit 37ce549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/rascalmpl/parser/gtd/SGTDBF.java
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ private void propagatePrefixes(AbstractStackNode<P> next, AbstractNode nextResul
nextNextAlternative = nextNext.getCleanCopy(location);
nextNextAlternative.updateNode(next, nextResult);

debugListener.propagated(next, nextResult, nextNextAlternative);
debugListener.propagated(next, nextResult, nextNextAlternative);
}

IntegerObjectList<EdgesSet<P>> nextNextEdgesMap = nextNextAlternative.getEdges();
Expand Down

0 comments on commit 37ce549

Please sign in to comment.