Make gofmt happy

This commit is contained in:
Kovid Goyal 2026-03-03 15:37:55 +05:30
parent 11e8ccb7c1
commit ab40d41609
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

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