From ab40d416090148de5bd4cfe86b3c17cca7ab1150 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 3 Mar 2026 15:37:55 +0530 Subject: [PATCH] Make gofmt happy --- kittens/command_palette/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kittens/command_palette/main.go b/kittens/command_palette/main.go index a0a8d3d07..9a93d9b7a 100644 --- a/kittens/command_palette/main.go +++ b/kittens/command_palette/main.go @@ -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