Skip to content

Commit d6b6d01

Browse files
committed
Remove duplicate import
1 parent 4d143a6 commit d6b6d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {EditorState, StateCommand, EditorSelection, SelectionRange,
2-
StateEffect, ChangeSpec, Transaction, CharCategory,
2+
StateEffect, ChangeSpec, Transaction,
33
findClusterBreak, Text, Line, countColumn, CharCategory} from "@codemirror/state"
44
import {EditorView, Command, Direction, KeyBinding} from "@codemirror/view"
55
import {syntaxTree, IndentContext, getIndentUnit, indentUnit, indentString,

0 commit comments

Comments
 (0)