Skip to content

Commit

Permalink
Remove duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jan 17, 2025
1 parent 4d143a6 commit d6b6d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {EditorState, StateCommand, EditorSelection, SelectionRange,
StateEffect, ChangeSpec, Transaction, CharCategory,
StateEffect, ChangeSpec, Transaction,
findClusterBreak, Text, Line, countColumn, CharCategory} from "@codemirror/state"
import {EditorView, Command, Direction, KeyBinding} from "@codemirror/view"
import {syntaxTree, IndentContext, getIndentUnit, indentUnit, indentString,
Expand Down

0 comments on commit d6b6d01

Please sign in to comment.