mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
Make gofmt happy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user