From 888c9fec652b82174702c710f54f7d64f194315c Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Wed, 25 Feb 2026 20:06:56 +0300 Subject: Chore: linter complaints --- tables.go | 1 - 1 file changed, 1 deletion(-) (limited to 'tables.go') diff --git a/tables.go b/tables.go index 01e628a..576dc11 100644 --- a/tables.go +++ b/tables.go @@ -287,7 +287,6 @@ func makeRAGTable(fileList []string, loadedFiles []string) *tview.Flex { }) } } - rows := len(ragFiles) cols := 4 // File Name | Preview | Action | Delete fileTable := tview.NewTable(). -- cgit v1.2.3