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 Nov 19, 2023
1 parent 77ab0b9 commit e5a8e97
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/cursorless-engine/src/languages/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ import {
patternMatcher,
trailingMatcher,
} from "../util/nodeMatchers";
import {
childRangeSelector,
extendForwardPastOptional,
} from "../util/nodeSelectors";
import { extendForwardPastOptional } from "../util/nodeSelectors";
import { branchMatcher } from "./branchMatcher";
import { elseExtractor, elseIfExtractor } from "./elseIfExtractor";
import { ternaryBranchMatcher } from "./ternaryBranchMatcher";
Expand Down

0 comments on commit e5a8e97

Please sign in to comment.