Skip to content

Commit 4874b1f

Browse files
Order imports
1 parent fece2af commit 4874b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cursorless-engine/src/processTargets/targets/util/insertionRemovalBehaviors/getSmartRemovalTarget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import type { Range, TextDocument, TextEditor } from "@cursorless/common";
22
import type { Target } from "../../../../typings/target.types";
3+
import { union } from "../../../../util/rangeUtils";
34
import { shrinkRangeToFitContent } from "../../../../util/selectionUtils";
45
import { DocumentTarget } from "../../DocumentTarget";
56
import { LineTarget } from "../../LineTarget";
67
import { ParagraphTarget } from "../../ParagraphTarget";
78
import { TokenTarget } from "../../TokenTarget";
8-
import { union } from "../../../../util/rangeUtils";
99

1010
export function getSmartRemovalTarget(target: Target): Target {
1111
const { editor, isReversed } = target;

0 commit comments

Comments
 (0)