Skip to content

Commit 7edc25f

Browse files
prettier
1 parent 15a4fd5 commit 7edc25f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

packages/cursorless-engine/src/actions/Replace.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
import type { IDE, ReplaceWith } from "@cursorless/common";
2-
import { FlashStyle, RangeExpansionBehavior, Selection } from "@cursorless/common";
2+
import {
3+
FlashStyle,
4+
RangeExpansionBehavior,
5+
Selection,
6+
} from "@cursorless/common";
37
import { zip } from "lodash-es";
48
import type { RangeUpdater } from "../core/updateSelections/RangeUpdater";
59
import { performEditsAndUpdateSelections } from "../core/updateSelections/updateSelections";

0 commit comments

Comments
 (0)