Skip to content

Commit

Permalink
fix missing keyword in completion
Browse files Browse the repository at this point in the history
  • Loading branch information
ydaveluy committed Sep 20, 2024
1 parent 0f871a2 commit 5278ce4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ function findNextFeaturesInternal(options: { next: NextFeature, cardinalities: M
const feature = next.feature;
if (visited.has(feature)) {
return [];
} else {
visited.add(feature);
}
let parent: ast.Group | undefined;
let item = feature;
Expand Down

0 comments on commit 5278ce4

Please sign in to comment.