Make gofmt happy

This commit is contained in:
Kovid Goyal
2026-03-03 15:37:55 +05:30
parent 11e8ccb7c1
commit ab40d41609

View File

@@ -263,9 +263,9 @@ func (h *Handler) updateFilter() {
}
type scored struct {
idx int
score uint
colIdx int
idx int
score uint
colIdx int
positions []int
}
var matches []scored