Skip to content

Commit 1dd8742

Browse files
committed
Remove unnecessary space
1 parent 96bef23 commit 1dd8742

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/code-editor/src/SearchForm/SearchForm.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export function SearchForm({ view }: SearchFormProps) {
7979

8080
const cursor = query.getCursor(view.state.doc);
8181
let count = 0;
82-
8382
let result = cursor.next();
8483

8584
while (!result.done) {

0 commit comments

Comments
 (0)