From 4cfe2fe37f3b048bc7fad2e197dd0d49ea4307ce Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Fri, 13 Mar 2026 11:19:49 +0300 Subject: Fix: linter complaints --- storage/vector.go | 1 - 1 file changed, 1 deletion(-) (limited to 'storage') diff --git a/storage/vector.go b/storage/vector.go index e8ecb52..fed78a9 100644 --- a/storage/vector.go +++ b/storage/vector.go @@ -162,7 +162,6 @@ func (p ProviderSQL) ListFiles() ([]string, error) { return nil, err } defer rows.Close() - var allFiles []string for rows.Next() { var filename string -- cgit v1.2.3