Skip to content

Commit

Permalink
Update packages/cursorless-engine/src/processTargets/targets/util/ins…
Browse files Browse the repository at this point in the history
…ertionRemovalBehaviors/getSmartRemovalTarget.ts
  • Loading branch information
phillco authored Jan 29, 2025
1 parent afd8f72 commit 4fba17d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ function isWholeLines(document: TextDocument, contentRange: Range): boolean {
);
}

/**
* Returns whether the given content range is a paragraph (a series of whole lines bounded by whitespace or empty lines on each side).
*/
function hasLeadingAndTrailingEmptyLines(
document: TextDocument,
contentRange: Range,
Expand Down

0 comments on commit 4fba17d

Please sign in to comment.