Skip to content

Commit 5325975

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 087e5bf commit 5325975

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/SurroundingPairScopeHandler/getDelimiterOccurrences.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
import {
2-
matchAllIterator,
3-
Range,
4-
type SimpleScopeTypeType,
5-
type TextDocument,
6-
} from "@cursorless/common";
1+
import { matchAllIterator, Range, type TextDocument } from "@cursorless/common";
72
import type { LanguageDefinition } from "../../../../languages/LanguageDefinition";
83
import type { QueryCapture } from "../../../../languages/TreeSitterQuery/QueryCapture";
94
import { getDelimiterRegex } from "./getDelimiterRegex";

0 commit comments

Comments
 (0)