Skip to content

Commit 8ee30fc

Browse files
committed
make merge a bit cleaner
1 parent ddeffb1 commit 8ee30fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
import type { SimpleSurroundingPairName } from "@cursorless/common";
12
import { DefaultMap } from "@cursorless/common";
23
import type {
34
DelimiterOccurrence,
45
IndividualDelimiter,
56
SurroundingPairOccurrence,
67
} from "./types";
7-
import type { SimpleSurroundingPairName } from "@cursorless/common";
88

99
/**
1010
* Given a list of occurrences of delimiters, returns a list of occurrences of

0 commit comments

Comments
 (0)