Fix code analyzer warnings

This commit is contained in:
2024-12-30 13:20:27 -05:00
parent 5f9cc58ef7
commit 888ee5ea4a
5 changed files with 8 additions and 7 deletions

View File

@ -156,7 +156,7 @@ func fzfProjectFromProjects(opts *fzfProjectOpts, projects []*projects.Project)
return projects[i], nil
}
func fzfPreviewWindow(i, w, h int) string {
func fzfPreviewWindow(i, _, _ int) string {
p := projectCache.Projects[i]
return projectCache.ProjectString(p)
}