Skip to content

Commit bd07e42

Browse files
committed
Merge branch 'main' into gabritto/def1
2 parents 8debdea + 6277711 commit bd07e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ls/linemap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
type LSPLineStarts []core.TextPos
1313

1414
type LSPLineMap struct {
15-
LineStarts []core.TextPos
15+
LineStarts LSPLineStarts
1616
AsciiOnly bool // TODO(jakebailey): collect ascii-only info per line
1717
}
1818

0 commit comments

Comments
 (0)