Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Jan 21, 2025
1 parent 1038c2b commit 2898765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cursorless-engine/src/cursorlessEngine.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import {
import type {
Command,
CommandServerApi,
Direction,
Hats,
IDE,
Position,
ScopeProvider,
ScopeType,
TextEditor,
} from "@cursorless/common";
import { Position } from "@cursorless/common";
import {
ensureCommandShape,
type RawTreeSitterQueryProvider,
Expand Down

0 comments on commit 2898765

Please sign in to comment.