Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pertsevpv committed Feb 17, 2025
1 parent 33d9fed commit 843b368
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ protected int[] getVpIntsWithLinesIntervalNode(int intervalStart, int intervalSt
N = tokensByLine.length;
M = filter(tokensByLine);

var node = getLinesIntervalNode(tokensByLine);
var node = defaultIntervalNode();
node.addChild(defaultInterval());
node.interval.start += intervalStart;
node.interval.stop += intervalStart;
for (var child: node.children) {
Expand Down

0 comments on commit 843b368

Please sign in to comment.