We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674ce0e commit a9ab8dfCopy full SHA for a9ab8df
src/edit.ts
@@ -160,7 +160,7 @@ async function applyStructuralCommentsToSingleSelectionLines(
160
const rawInsertionColumn =
161
affectedLineNumbers.length > 1
162
? resolvedAlignedCommentColumn
163
- : (originalInsertionColumnMap.get(lineNum) ?? firstNonWhitespace);
+ : originalInsertionColumnMap.get(lineNum) ?? firstNonWhitespace;
164
const firstLineInsertionColumn =
165
partialSelectionStartColumn !== undefined && lineNum === singleSelection.start.line
166
? Math.max(rawInsertionColumn, partialSelectionStartColumn)
0 commit comments