Make gofmt happy
This commit is contained in:
parent
11e8ccb7c1
commit
ab40d41609
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue