Skip to content

Commit 7ea55cb

Browse files
committed
walkForward types
1 parent 1c73461 commit 7ea55cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib_src/misc/blocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function walkBack(editor: TextEditor, row: number) {
5858
return row
5959
}
6060

61-
function walkForward(editor: TextEditor, start) {
61+
function walkForward(editor: TextEditor, start: number) {
6262
let end = start
6363
let mark = start
6464
while (mark < editor.getLastBufferRow()) {

0 commit comments

Comments
 (0)