Skip to content

Commit

Permalink
Fix lint, remove test because there are none et
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Mar 25, 2024
1 parent b6f71f6 commit ac323d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
uses: bahmutov/npm-install@v1

- run: npm run tsc
- run: npm run test
# - run: npm run test
2 changes: 1 addition & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function acceptSuggestionCommand(view: EditorView) {
});

let lastIndex = 0;
reverseReverseChangeSet?.iterChangedRanges((fromA, toA, fromB, toB) => {
reverseReverseChangeSet?.iterChangedRanges((_fromA, _toA, _fromB, toB) => {
lastIndex = toB;
});

Expand Down

0 comments on commit ac323d0

Please sign in to comment.