Skip to content

Commit 1c73461

Browse files
committed
walkBack types
1 parent c1b9b44 commit 1c73461

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
@@ -51,7 +51,7 @@ function isStart(lineInfo: LineInfo) {
5151
}
5252

5353

54-
function walkBack(editor: TextEditor, row) {
54+
function walkBack(editor: TextEditor, row: number) {
5555
while (row > 0 && !isStart(getLine(editor, row))) {
5656
row--
5757
}

0 commit comments

Comments
 (0)