Skip to content

Commit 5f16e72

Browse files
lint fixes
1 parent 5f7477a commit 5f16e72

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/cursorless-org-docs/src/docs/user/languages/components/ScopeVisualizer.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ function renderFacet(
123123
function getHighlights(fixture: Fixture, rangeType: RangeType): Highlight[] {
124124
const highlights: Highlight[] = [];
125125
const domainRanges: Range[] = [];
126-
let previousRange: Range | undefined;
127126

128127
for (const scope of fixture.scopes) {
129128
const conciseRanges =
@@ -155,8 +154,6 @@ function getHighlights(fixture: Fixture, rangeType: RangeType): Highlight[] {
155154
type: rangeType,
156155
range,
157156
});
158-
159-
previousRange = range;
160157
}
161158
}
162159

0 commit comments

Comments
 (0)