Skip to content

Commit 33a0df6

Browse files
committed
Tweak
1 parent 733b1ed commit 33a0df6

File tree

1 file changed

+2
-2
lines changed
  • packages/cursorless-vscode/src/ide/vscode/VSCodeScopeVisualizer/VscodeFancyRangeHighlighter/generateDecorationsForCharacterRange

1 file changed

+2
-2
lines changed

packages/cursorless-vscode/src/ide/vscode/VSCodeScopeVisualizer/VscodeFancyRangeHighlighter/generateDecorationsForCharacterRange/handleMultipleLines.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ function* handleLine(lineInfo: LineInfo): Iterable<StyledRange> {
7373
range: new Range(lineNumber, currentOffset, lineNumber, event.offset),
7474
style: {
7575
...currentDecoration,
76-
// If we're done with this line, draw a border, otherwise don't, so that
77-
// it merges in with the next decoration for this line.
76+
// If we're done with this line, draw a right border, otherwise don't,
77+
// so that it merges in with the next decoration for this line.
7878
right:
7979
event.offset === currentLine.end
8080
? currentLine.isLast

0 commit comments

Comments
 (0)