Skip to content

Commit 5a5a723

Browse files
authored
Update packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/util/getCollectionItemRemovalRange.ts
1 parent e272358 commit 5a5a723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/util/getCollectionItemRemovalRange.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function getCollectionItemRemovalRange(
1313
trailingDelimiterRange: Range | undefined,
1414
): Range | undefined {
1515
if (isEveryScope) {
16-
# Force a fallback to the default behavior (often trailing)
16+
// Force a fallback to the default behavior (often trailing)
1717
return undefined;
1818
}
1919
// If the leading one is longer/more specific, prefer to use that for removal

0 commit comments

Comments
 (0)